Skip to content

Instantly share code, notes, and snippets.

@RobinWu
Created January 21, 2011 07:48
Show Gist options
  • Save RobinWu/789378 to your computer and use it in GitHub Desktop.
Save RobinWu/789378 to your computer and use it in GitHub Desktop.
install git rvm bash script
# https://gist.github.com/789378
# http://rvm.beginrescueend.com/rvm/install/
#!/usr/bin/env bash
# Install git
bash < <( curl http://rvm.beginrescueend.com/install/git )
# Install RVM
bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head )
# Install some rubies
source "$HOME/.rvm/scripts/rvm"
rvm install ree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment