Skip to content

Instantly share code, notes, and snippets.

@number5
Created January 16, 2013 05:58
Show Gist options
  • Save number5/4544999 to your computer and use it in GitHub Desktop.
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
#! /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