Skip to content

Commit

Permalink
update installer version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Nov 14, 2022
1 parent dd968ff commit 28a3a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/vagrant/scripts/windows/msys2-install.bat
Original file line number Diff line number Diff line change
@@ -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')" <NUL
powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::TLS12; (New-Object System.Net.WebClient).DownloadFile('https://vagrant-public-cache.s3.amazonaws.com/msys2-x86_64-20221028.exe', 'C:\Windows\Temp\msys2.exe')" <NUL


cmd /c "C:\Windows\Temp\msys2.exe -d --platform minimal --script A:\msys2-install.qs"

0 comments on commit 28a3a8a

Please sign in to comment.