Created
January 23, 2013 10:19
-
-
Save celeduc/4604039 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
cd ~/ruby-build | |
git fetch ; git pull origin master | |
sudo ./install.sh | |
cd ~ | |
rbenv install 1.9.3-p374 | |
rbenv global 1.9.3-p374 | |
rbenv exec gem update --system | |
gem install rails | |
rbenv rehash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment