added gpg signature for rmv and bundle gem install to the documentation Vagrantfile
This commit is contained in:
parent
bdb945cd1b
commit
a3fb92783e
|
@ -4,11 +4,13 @@
|
||||||
$script = <<SCRIPT
|
$script = <<SCRIPT
|
||||||
sudo apt-get -y update
|
sudo apt-get -y update
|
||||||
sudo apt-get -y install curl
|
sudo apt-get -y install curl
|
||||||
|
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
|
||||||
curl -sSL https://get.rvm.io | bash -s stable
|
curl -sSL https://get.rvm.io | bash -s stable
|
||||||
. ~/.bashrc
|
. ~/.bashrc
|
||||||
. ~/.bash_profile
|
. ~/.bash_profile
|
||||||
rvm install 2.0.0
|
rvm install 2.0.0
|
||||||
rvm --default use 2.0.0
|
rvm --default use 2.0.0
|
||||||
|
gem install bundle
|
||||||
cd /vagrant
|
cd /vagrant
|
||||||
bundle
|
bundle
|
||||||
SCRIPT
|
SCRIPT
|
||||||
|
|
Loading…
Reference in New Issue