mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Consistent ordering of arguments for apt-get commands
This commit is contained in:
parent
27c08145bf
commit
434498a04a
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user