From 28a3a8a1e1fdbaa8114c726842b7aad770cb6c33 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Mon, 14 Nov 2022 12:35:42 -0800 Subject: [PATCH] update installer version --- packer/vagrant/scripts/windows/msys2-install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/vagrant/scripts/windows/msys2-install.bat b/packer/vagrant/scripts/windows/msys2-install.bat index fffbe6c6..1d8550a4 100644 --- a/packer/vagrant/scripts/windows/msys2-install.bat +++ b/packer/vagrant/scripts/windows/msys2-install.bat @@ -1,5 +1,5 @@ -powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::TLS12; (New-Object System.Net.WebClient).DownloadFile('https://vagrant-public-cache.s3.amazonaws.com/msys2-x86_64-20210604.exe', 'C:\Windows\Temp\msys2.exe')"