Install other stuff in Vagrant to cut releases

This commit is contained in:
Mitchell Hashimoto 2014-08-31 09:43:42 -07:00
parent 32c88dce4a
commit f5e85b24a1
1 changed files with 2 additions and 2 deletions

4
Vagrantfile vendored
View File

@ -27,8 +27,8 @@ sudo chmod 0755 /etc/profile.d/gopath.sh
sudo chown -R vagrant:vagrant $SRCROOT
sudo chown -R vagrant:vagrant /opt/gopath
# Install git
sudo apt-get install -y git-core
# Install some other stuff we need
sudo apt-get install -y curl git-core zip
SCRIPT
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|