added gpg signature for rmv and bundle gem install to the documentation Vagrantfile

This commit is contained in:
Brooks Brown 2015-04-23 17:31:57 -04:00
parent bdb945cd1b
commit a3fb92783e
1 changed files with 2 additions and 0 deletions

View File

@ -4,11 +4,13 @@
$script = <<SCRIPT
sudo apt-get -y update
sudo apt-get -y install curl
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable
. ~/.bashrc
. ~/.bash_profile
rvm install 2.0.0
rvm --default use 2.0.0
gem install bundle
cd /vagrant
bundle
SCRIPT