Browse Source

rvmFix Fixed a bug where the GPG signature was bad

msmith-techempower 10 years ago
parent
commit
e9f3acd77d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      toolset/setup/linux/languages/rvm.sh

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

@@ -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