forked from ungleich-public/cdist
use new rvm install command (fixes #67)
This commit is contained in:
parent
dfd60ca837
commit
196fb7e656
1 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,7 @@ if [ "$state_is" != "$state_should" ]; then
|
||||||
case "$state_should" in
|
case "$state_should" in
|
||||||
installed)
|
installed)
|
||||||
cat << DONE
|
cat << DONE
|
||||||
su - $user -c "bash -s stable < <(curl -s \
|
su - $user -c "curl -L get.rvm.io | bash -s stable"
|
||||||
https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)"
|
|
||||||
DONE
|
DONE
|
||||||
;;
|
;;
|
||||||
removed)
|
removed)
|
||||||
|
|
Loading…
Reference in a new issue