diff --git a/mac b/mac index cea4bbae0..e2cc9ba2e 100644 --- a/mac +++ b/mac @@ -8,7 +8,7 @@ echo "Copying public key to clipboard. Paste it into your Github account ..." open https://github.com/account/ssh echo "Installing RVM (Ruby Version Manager) ..." - bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) + curl -L https://get.rvm.io | bash -s stable --ruby echo " # RVM [[ -s '/Users/`whoami`/.rvm/scripts/rvm' ]] && source '/Users/`whoami`/.rvm/scripts/rvm'" >> ~/.zshrc