Fix GPG key error in scripted installation of RVM
This problem appeared suddenly. For more info see https://github.com/rvm/rvm/issues/3110
This commit is contained in:
parent
7f8a6848cf
commit
37bbec499c
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user