Install all required packages at once
This commit is contained in:
parent
6a889f09b4
commit
4da12f7969
|
@ -9,7 +9,7 @@ SRCROOT="/opt/go"
|
||||||
|
|
||||||
# Install Go
|
# Install Go
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y build-essential mercurial
|
apt-get install -y build-essential curl git-core mercurial zip
|
||||||
hg clone -u release https://code.google.com/p/go ${SRCROOT}
|
hg clone -u release https://code.google.com/p/go ${SRCROOT}
|
||||||
cd ${SRCROOT}/src
|
cd ${SRCROOT}/src
|
||||||
./all.bash
|
./all.bash
|
||||||
|
@ -27,8 +27,6 @@ chmod 0755 /etc/profile.d/gopath.sh
|
||||||
chown -R vagrant:vagrant $SRCROOT
|
chown -R vagrant:vagrant $SRCROOT
|
||||||
chown -R vagrant:vagrant /opt/gopath
|
chown -R vagrant:vagrant /opt/gopath
|
||||||
|
|
||||||
# Install some other stuff we need
|
|
||||||
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