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 1921245 commit cd286f7Copy full SHA for cd286f7
images/windows/scripts/helpers/ChocoHelpers.ps1
@@ -32,7 +32,7 @@ function Install-ChocoPackage {
32
$count = 1
33
while ($true) {
34
Write-Host "Running [#$count]: choco install $packageName -y $argumentList"
35
- choco install $packageName -y @argumentList --no-progress
+ choco install $packageName -y @argumentList --no-progress --require-checksums
36
37
$pkg = choco list --localonly $packageName --exact --all --limitoutput
38
if ($pkg) {
0 commit comments