Skip to content
Snippets Groups Projects
Commit aaf8f0d6 authored by Volker Hilsheimer's avatar Volker Hilsheimer
Browse files

Windows: Auto-confirm chocolatey upgrades

Chocolatey has a new version for the first time in a long while, so this
code path was never exercised before.

Fixes: #8
parent 35dca16c
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ if (!(Test-Path $ChocoInstallPath)) {
} else {
write-host "Upgrade Chocolatey . . . "
cd $ChocoInstallPath
.\choco upgrade chocolatey
.\choco upgrade --confirm chocolatey
write-host "END Upgrade Chocolatey!"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment