runeleaf
8/5/2013 - 10:54 AM

ruby.sh

#!/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