Update VM tools

This commit is contained in:
Chris Long
2020-06-23 23:22:35 -07:00
parent 8a4410c279
commit 9ac21e06cf
4 changed files with 10 additions and 9 deletions

View File

@@ -40,8 +40,8 @@ sed -i 's/vb.gui = true/vb.gui = false/g' Vagrantfile
# Install Packer
mkdir /opt/packer
cd /opt/packer || exit 1
wget --progress=bar:force https://releases.hashicorp.com/packer/1.5.6/packer_1.5.6_linux_amd64.zip
unzip packer_1.5.6_linux_amd64.zip
wget --progress=bar:force https://releases.hashicorp.com/packer/1.6.0/packer_1.6.0_linux_amd64.zip
unzip packer_1.6.0_linux_amd64.zip
cp packer /usr/local/bin/packer
# Make the Packer images headless