Created
January 7, 2016 23:21
-
-
Save ingoclaro/41e3d0808e5748464aa0 to your computer and use it in GitHub Desktop.
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
# Disable system integrity protection | |
# http://osxdaily.com/2015/10/05/disable-rootless-system-integrity-protection-mac-os-x/ | |
csrutil disable | |
reboot | |
brew install homebrew/versions/openssl098 | |
brew link openssl098 --force | |
cd ~/.rubies | |
ruby-build ree-1.8.7-2011.12 ree-1.8.7-2011.12 | |
brew unlink openssl098 | |
csrutil enable | |
reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment