Skip to content

Instantly share code, notes, and snippets.

@dayvsonlima
Created June 23, 2015 04:59
Show Gist options
  • Save dayvsonlima/27e85609c4e9bd0a01e6 to your computer and use it in GitHub Desktop.
Save dayvsonlima/27e85609c4e9bd0a01e6 to your computer and use it in GitHub Desktop.
Instala rvm
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