Created
January 26, 2012 07:31
-
-
Save ihoka/1681528 to your computer and use it in GitHub Desktop.
Install ruby-1.9.3-p0 with performance patches
This file contains hidden or 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
# 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