Skip to content

Commit

Permalink
Merge pull request #18 from PeterHamilton/master
Browse files Browse the repository at this point in the history
Fixed out of date RVM url
  • Loading branch information
Dan Croak committed Feb 1, 2012
2 parents ca9bb95 + 98e347a commit 177803f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac
Expand Up @@ -36,7 +36,7 @@ echo "Installing QT, used by Capybara Webkit for headless Javascript integration
brew install qt brew install qt


echo "Installing RVM (Ruby Version Manager) ..." echo "Installing RVM (Ruby Version Manager) ..."
curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer ; chmod +x rvm-installer ; ./rvm-installer --version latest bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
echo " echo "
# RVM # RVM
[[ -s '/Users/`whoami`/.rvm/scripts/rvm' ]] && source '/Users/`whoami`/.rvm/scripts/rvm'" >> ~/.zshrc [[ -s '/Users/`whoami`/.rvm/scripts/rvm' ]] && source '/Users/`whoami`/.rvm/scripts/rvm'" >> ~/.zshrc
Expand Down

0 comments on commit 177803f

Please sign in to comment.