Consistent ordering of arguments for apt-get commands

This commit is contained in:
Igor Vuk 2014-09-14 01:31:36 +02:00
parent 27c08145bf
commit 434498a04a
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

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