Install other stuff in Vagrant to cut releases
This commit is contained in:
parent
32c88dce4a
commit
f5e85b24a1
|
@ -27,8 +27,8 @@ sudo chmod 0755 /etc/profile.d/gopath.sh
|
||||||
sudo chown -R vagrant:vagrant $SRCROOT
|
sudo chown -R vagrant:vagrant $SRCROOT
|
||||||
sudo chown -R vagrant:vagrant /opt/gopath
|
sudo chown -R vagrant:vagrant /opt/gopath
|
||||||
|
|
||||||
# Install git
|
# Install some other stuff we need
|
||||||
sudo apt-get install -y git-core
|
sudo apt-get install -y curl git-core zip
|
||||||
SCRIPT
|
SCRIPT
|
||||||
|
|
||||||
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||||
|
|
Loading…
Reference in New Issue