From f5e85b24a117f18a7cfa320adec10ba27d95c4e9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 31 Aug 2014 09:43:42 -0700 Subject: [PATCH] Install other stuff in Vagrant to cut releases --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 163925735..82d2d96b9 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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|