Update winget-upgrade.ps1

pull/2/head
Romanitho 2022-01-16 20:16:00 +01:00 committed by GitHub
parent bcafb585e3
commit eb9d4c2beb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ function Get-WingetOutdated {
return return
} }
$upgradeResult = & $upgradecmd upgrade | Out-String $upgradeResult = & $upgradecmd upgrade --accept-source-agreements | Out-String
if (!($upgradeResult -match "-----")){ if (!($upgradeResult -match "-----")){
return return