This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |