We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62326d commit 4e341adCopy full SHA for 4e341ad
packer/windows/scripts/install-utils.ps1
@@ -12,7 +12,7 @@ choco install -y awscli --version=1.18.11
12
If ($lastexitcode -ne 0) { Exit $lastexitcode }
13
14
Write-Output "Installing Git for Windows"
15
-choco install -y git --version 2.22.0
+choco install -y git --version 2.31.0
16
17
18
Write-Output "Installing nssm"
0 commit comments