Skip to content

Instantly share code, notes, and snippets.

@runeleaf
Created August 5, 2013 10:54
Show Gist options
  • Save runeleaf/6155058 to your computer and use it in GitHub Desktop.
Save runeleaf/6155058 to your computer and use it in GitHub Desktop.
#!/bin/sh
cd /usr/local/src
wget tp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz
tar zxvf ruby-2.0.0-p247.tar.gz
cd ruby-2.0.0-p247
./configure
make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment