From 196fb7e656b69db5bd37245cc4ecee66a726b89f Mon Sep 17 00:00:00 2001 From: Evax Software Date: Fri, 18 May 2012 10:43:39 +0200 Subject: [PATCH] use new rvm install command (fixes #67) --- conf/type/__rvm/gencode-remote | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/type/__rvm/gencode-remote b/conf/type/__rvm/gencode-remote index 1ba1d499..fe9cc5f8 100755 --- a/conf/type/__rvm/gencode-remote +++ b/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)