Make apt-get silent

This commit is contained in:
Igor Vuk 2014-09-14 00:15:54 +02:00
parent 0a91741cc8
commit 60ec8ad96a
1 changed files with 2 additions and 2 deletions

4
Vagrantfile vendored
View File

@ -8,8 +8,8 @@ $script = <<SCRIPT
SRCROOT="/opt/go"
# Install Go
apt-get update
apt-get install -y build-essential curl git-core libpcre3-dev mercurial pkg-config zip
apt-get -qq update
apt-get install -qq build-essential curl git-core libpcre3-dev mercurial pkg-config zip
hg clone -u release https://code.google.com/p/go ${SRCROOT}
cd ${SRCROOT}/src
./all.bash