Created
January 16, 2013 05:58
-
-
Save number5/4544999 to your computer and use it in GitHub Desktop.
Install ruby-1.9.3-p327 with falcon-patch to Ubuntu 12.04 using ruby-build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
apt-get install git build-essential libssl-dev libreadline-dev autoconf -y | |
[! -d ruby-build ] && git clone https://github.com/sstephenson/ruby-build.git | |
cd ruby-build | |
curl https://raw.github.com/gist/1688857/2-1.9.3-p327-patched.sh > /tmp/1.9.3-p327-perf | |
./bin/ruby-build /tmp/1.9.3-p327-perf /usr/local | |
gem install bundler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment