Update Win10 boxes, hashes, update build Vagrant to 2.2.4

This commit is contained in:
Chris Long
2019-03-03 16:14:18 -08:00
parent a9db407433
commit 9c1423de76
4 changed files with 8 additions and 8 deletions

View File

@@ -53,8 +53,8 @@ if [ "$PACKER_ONLY" -eq 0 ]; then
# Install Vagrant
mkdir /opt/vagrant
cd /opt/vagrant || exit 1
wget https://releases.hashicorp.com/vagrant/2.2.3/vagrant_2.2.3_x86_64.deb
dpkg -i vagrant_2.2.3_x86_64.deb
wget https://releases.hashicorp.com/vagrant/2.2.4/vagrant_2.2.4_x86_64.deb
dpkg -i vagrant_2.2.4_x86_64.deb
vagrant plugin install vagrant-reload
# Make the Vagrant instances headless