Skip to content

Instantly share code, notes, and snippets.

@ihoka
Created January 26, 2012 07:31
Show Gist options
  • Save ihoka/1681528 to your computer and use it in GitHub Desktop.
Save ihoka/1681528 to your computer and use it in GitHub Desktop.
Install ruby-1.9.3-p0 with performance patches
# Install with:
# bash < <(curl -L https://raw.github.com/gist/1681528)
#
# Reference: https://gist.github.com/1681512
echo "Installing ruby-1.9.3-p0 with performance patches"
curl https://raw.github.com/gist/1658360/2eee5541435663deddd674617bf26ae645b015bd/cumulative_performance.patch > $rvm_path/patches/ruby/1.9.3/p0/falcon.patch
rvm install 1.9.3 --patch falcon --force
echo "Done."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment