Skip to content

Commit

Permalink
Fix GPG key error in scripted installation of RVM
Browse files Browse the repository at this point in the history
This problem appeared suddenly. For more info see
rvm/rvm#3110
  • Loading branch information
XNerv authored and MainShayne233 committed May 26, 2019
1 parent 2fcd005 commit 0d7b158
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Vagrantfile
Expand Up @@ -4,7 +4,8 @@
$script_provision = <<SCRIPT
echo Provisioning...
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -#LO https://rvm.io/mpapis.asc
gpg --import mpapis.asc
curl -sSL https://get.rvm.io | bash -s stable --rails
source /usr/local/rvm/scripts/rvm
Expand Down

0 comments on commit 0d7b158

Please sign in to comment.