Skip to content

Commit

Permalink
allow choco upgrade without confirm
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <thomas.powell@progress.com>
  • Loading branch information
tpowell-progress committed May 8, 2024
1 parent 8b9e4fb commit 0533a78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions omnibus/omnibus-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ function installChoco {

else {
Write-Output "Chocolatey is already installed, upgrading"
choco feature enable -n=allowGlobalConfirmation
choco upgrade chocolatey
}
}
Expand Down

0 comments on commit 0533a78

Please sign in to comment.