Created
December 18, 2014 16:18
-
-
Save nathanpalmer/b00226cc57a3eaed3110 to your computer and use it in GitHub Desktop.
Install RVM
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
#!/usr/bin/env bash | |
# install rvm | |
gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3 | |
curl -sSL https://get.rvm.io | bash -s stable | |
source /etc/profile | |
rvm install ruby-2.1.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment