Skip to content

Instantly share code, notes, and snippets.

@philss
Created November 24, 2011 03:50
Show Gist options
  • Save philss/1390590 to your computer and use it in GitHub Desktop.
Save philss/1390590 to your computer and use it in GitHub Desktop.
Rvm & Ruby 1.9.2 installation
#!/bin/bash
bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
source $HOME/.bashrc
rvm install ruby-1.9.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment