Created
June 23, 2015 04:59
-
-
Save dayvsonlima/27e85609c4e9bd0a01e6 to your computer and use it in GitHub Desktop.
Instala rvm
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
function rvm_install(){ | |
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 | |
\curl -sSL https://get.rvm.io | bash -s stable --ruby | |
echo "source /home/$USER/.rvm/scripts/rvm" >> ~/.bash_profile | |
echo "source /home/$USER/.rvm/scripts/rvm" >> ~/.zshrc | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment