|
@@ -16,7 +16,8 @@ RETCODE=$(fw_exists rvm.installed)
|
|
}
|
|
}
|
|
|
|
|
|
# Run single-user installation and source rvm
|
|
# Run single-user installation and source rvm
|
|
|
|
+gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
|
|
\curl -sSL https://get.rvm.io | bash -s stable
|
|
\curl -sSL https://get.rvm.io | bash -s stable
|
|
source $HOME/.rvm/scripts/rvm
|
|
source $HOME/.rvm/scripts/rvm
|
|
|
|
|
|
-touch $IROOT/rvm.installed
|
|
|
|
|
|
+touch $IROOT/rvm.installed
|