Browse Source

Merge pull request #1157 from TechEmpower/rvmFix

Rvm fix
Alexander Schneider 10 years ago
parent
commit
de3ec4f216
1 changed files with 3 additions and 1 deletions
  1. 3 1
      toolset/setup/linux/languages/rvm.sh

+ 3 - 1
toolset/setup/linux/languages/rvm.sh

@@ -16,7 +16,9 @@ RETCODE=$(fw_exists rvm.installed)
 }
 }
 
 
 # Run single-user installation and source rvm
 # Run single-user installation and source rvm
+export SHELL=/bin/bash
+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