Skip to content

Instantly share code, notes, and snippets.

@zorab47
Created August 2, 2010 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zorab47/505138 to your computer and use it in GitHub Desktop.
Save zorab47/505138 to your computer and use it in GitHub Desktop.
Install Rubygems
!/bin/bash
cd /tmp
wget http://production.cf.rubygems.org/rubygems/rubygems-1.3.7.tgz
tar xzf rubygems-1.3.7.tgz
cd rubygems-1.3.7
sudo ruby ./setup.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment