Ubuntu install and tips

This project is maintained by nicolas-brousse

← Go home

Message of the day

Get RVM latest version

Create /etc/update-motd.d/92-rvm file with this content:

#!/bin/sh

printf "\nRVM version %s (latest: %s)\n\n" "$(rvm --version | awk -F '|' '/^r/ {sub("^rvm ", "", $1); sub(" (.+).+", "", $1); print $1}')" "$(curl --silent https://raw.github.com/wayneeseguin/rvm/stable/VERSION)"

sources:


← Go home