Merge pull request #27 from XNerv/master
Fix GPG key error in scripted installation of RVM
This commit is contained in:
commit
62c4513a03
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