Skip to content

Instantly share code, notes, and snippets.

@thewoolleyman
Forked from anonymous/RVM install workaround
Created October 19, 2010 08:18
Show Gist options
  • Save thewoolleyman/633824 to your computer and use it in GitHub Desktop.
Save thewoolleyman/633824 to your computer and use it in GitHub Desktop.
Change the URL for rubygems_1.3.7_ur in ~/.rvm/config/db to http://rvm.beginrescueend.com/src/rubygems-1.3.7.tgz
and/or download http://rvm.beginrescueend.com/src/rubygems-1.3.7.tgz into ~/.rvm/archives
@thewoolleyman
Copy link
Author

sed -i'.bak' -e 's/http://rubyforge.org/frs/download.php/70696/http://rvm.beginrescueend.com/src/rubygems-1.3.7.tgz/' $HOME/.rvm/config/db

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment