Parcourir la source

rvmFix Fixed a bug where the GPG signature was bad

msmith-techempower il y a 11 ans
Parent
commit
e9f3acd77d
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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
+gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
 \curl -sSL https://get.rvm.io | bash -s stable
 source $HOME/.rvm/scripts/rvm
 
-touch $IROOT/rvm.installed
+touch $IROOT/rvm.installed