Skip to content

Instantly share code, notes, and snippets.

@zol
Created December 7, 2011 01:07
Show Gist options
  • Save zol/1440908 to your computer and use it in GitHub Desktop.
Save zol/1440908 to your computer and use it in GitHub Desktop.
ruby-build file to match ruby+gem on production icyte server
require_gcc
install_package "ruby-1.8.7-p173" "http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p173.tar.gz"
install_package "rubygems-1.3.6" "http://production.cf.rubygems.org/rubygems/rubygems-1.3.6.tgz" ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment