Created
March 17, 2014 02:13
-
-
Save johndagostino/9592815 to your computer and use it in GitHub Desktop.
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
apt-get install python-software-properties -y | |
apt-add-repository ppa:brightbox/ruby-ng | |
apt-get update | |
apt-get install ruby rubygems ruby-switch ruby2.1 ruby2.1-dev -y | |
gem2.1 install bundler | |
ruby-switch --set ruby2.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment