Skip to content

Commit

Permalink
Update to new rvm install url
Browse files Browse the repository at this point in the history
  • Loading branch information
garrensmith committed Jun 3, 2012
1 parent 702f30a commit aa5c1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rvm/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

bash "installing system-wide RVM stable" do
user "root"
code "bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)"
code "curl -L get.rvm.io | sudo bash -s stable; echo"
not_if "test -e /usr/local/rvm/bin/rvm"
end

Expand Down

0 comments on commit aa5c1ad

Please sign in to comment.