Updated list-updates.ps1

This commit is contained in:
Markus Fleschutz 2025-02-17 13:18:01 +01:00
parent 49b529496a
commit 6c02b5719d

View File

@ -28,10 +28,10 @@ try {
} elseif ($IsMacOS) {
throw "Sorry, MacOS not supported yet"
} else {
Write-Host "`n === WinGet Store ===" -foregroundColor green
Write-Host "`n === Application Updates from WinGet Store ===" -foregroundColor green
& winget upgrade --include-unknown --source=winget
Write-Host "`n === Microsoft Store ===" -foregroundColor green
Write-Host "`n === Application Updates from Microsoft Store ===" -foregroundColor green
& winget upgrade --include-unknown --source=msstore
}
" "