Skip to content

Instantly share code, notes, and snippets.

@jacksonwillis
Created December 6, 2011 03:40
Show Gist options
  • Save jacksonwillis/1436604 to your computer and use it in GitHub Desktop.
Save jacksonwillis/1436604 to your computer and use it in GitHub Desktop.
RVM install scripts
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile
sudo apt-get -y install git-core curl
bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment