Skip to content

Commit

Permalink
Freshen up the vagrant box used; Add missing dependency from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tylert committed Jan 15, 2016
1 parent e847f23 commit 81eea8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ sudo chown -R vagrant:vagrant $SRCROOT
sudo chown -R vagrant:vagrant /opt/gopath
# Install some other stuff we need
sudo apt-get install -y curl git-core zip
sudo apt-get install -y curl git bzr zip
SCRIPT

Vagrant.configure(2) do |config|
config.vm.box = "bento/ubuntu-12.04"
config.vm.box = "bento/ubuntu-14.04"

config.vm.provision "shell", inline: $script

Expand Down

0 comments on commit 81eea8c

Please sign in to comment.