This file contains 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: | |
apt-get update | |
apt-get -y upgrade | |
apt-get -y install build-essential git-core libssl-dev | |
# Install rbenv | |
RBENV_ROOT=/opt/rbenv | |
git clone https://github.com/sstephenson/rbenv.git $RBENV_ROOT |