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.
2 parents 97c944c + 991a64e commit 6e6a3f9Copy full SHA for 6e6a3f9
packer/windows/scripts/install-utils.ps1
@@ -9,7 +9,7 @@ Write-Output "Installing awscli"
9
choco install -y awscli
10
11
Write-Output "Installing Git for Windows"
12
-choco install -y git
+choco install -y git --version 2.22.0
13
14
Write-Output "Installing nssm"
15
choco install -y nssm
0 commit comments