use new rvm install command (fixes #67)

remotes/origin/2.0
Evax Software 13 years ago
parent dfd60ca837
commit 196fb7e656
  1. 3
      conf/type/__rvm/gencode-remote

@ -25,8 +25,7 @@ if [ "$state_is" != "$state_should" ]; then
case "$state_should" in
installed)
cat << DONE
su - $user -c "bash -s stable < <(curl -s \
https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)"
su - $user -c "curl -L get.rvm.io | bash -s stable"
DONE
;;
removed)

Loading…
Cancel
Save