Skip to content

Instantly share code, notes, and snippets.

# Update, upgrade and install development tools:
# TODO: using umask!!!!
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get -y install build-essential
sudo apt-get -y install git-core
# Install rbenv
umask 002
sudo git clone git://github.com/sstephenson/rbenv.git /usr/local/rbenv