Skip to content

Commit

Permalink
Merge pull request #1161 from hashicorp/b-website-vagrantfile
Browse files Browse the repository at this point in the history
website/Vagrantfile works again.
  • Loading branch information
slackpad committed Aug 14, 2015
2 parents 009f0fb + 212ff4b commit 58fd18b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions website/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ VAGRANTFILE_API_VERSION = "2"

$script = <<SCRIPT
sudo apt-get -y update
sudo apt-get -y install curl
sudo apt-get -y install curl git
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
rvm install 2.2.2
rvm --default use 2.2.2
cd /vagrant
bundle
gem install bundler
bundle update
SCRIPT

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
Expand Down

0 comments on commit 58fd18b

Please sign in to comment.