Skip to content

Instantly share code, notes, and snippets.

@dbradley
Created May 12, 2009 19:23
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 dbradley/110684 to your computer and use it in GitHub Desktop.
Save dbradley/110684 to your computer and use it in GitHub Desktop.
#!/bin/bash -e
########################
# To use this script download this tarball and upload it as an attachment to the script
#
# http://rubyforge.org/frs/download.php/56227/rubygems-1.3.3.tgz
#########################
tar -xvf $RS_ATTACH_DIR/rubygems-1.3.3.tgz -C /usr/local/src/
/usr/bin/ruby /usr/local/src/rubygems-1.3.3/setup.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment