Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ingoclaro/41e3d0808e5748464aa0 to your computer and use it in GitHub Desktop.
Save ingoclaro/41e3d0808e5748464aa0 to your computer and use it in GitHub Desktop.
# 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