Skip to content

Instantly share code, notes, and snippets.

@Ashton-W
Created November 28, 2012 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ashton-W/4160230 to your computer and use it in GitHub Desktop.
Save Ashton-W/4160230 to your computer and use it in GitHub Desktop.
Install RVM, Resolve Segfault in OSX ssl
#!/bin/sh
#Install RVM
curl -L https://get.rvm.io | bash -s stable --ruby
#RVM Postsetup
source ~/.rvm/scripts/rvm
#Resolve issue with OSX SSL
rvm pkg install openssl
rvm reinstall 1.9.3 --with-openssl-dir=$rvm_path/usr
#Start installing
gem install rake cocoapods xcodebuild-rb betabuilder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment