diff options
author | Fred Wenzel <fwenzel@users.noreply.github.com> | 2018-12-30 20:08:50 -0800 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-12-31 05:08:50 +0100 |
commit | 9ba87d1f8c50b818fac17294af787dd6aff24dad (patch) | |
tree | 675509d436774e011571e9af76fa8175a02c05b8 /Vagrantfile | |
parent | 511231ce5744d4eb56f24a996e8771a22295734a (diff) |
Install both rvm gpg keys in vagrant (#9670)
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile index 5e25efb80..f9839fffb 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -44,7 +44,7 @@ sudo apt-get install \ # Install rvm read RUBY_VERSION < .ruby-version -gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 +gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB curl -sSL https://raw.githubusercontent.com/rvm/rvm/stable/binscripts/rvm-installer | bash -s stable --ruby=$RUBY_VERSION source /home/vagrant/.rvm/scripts/rvm |