Updated list-updates.ps1

This commit is contained in:
Markus Fleschutz 2025-01-31 12:42:57 +01:00
parent 6c86abdd6f
commit a03a57e3ef

View File

@ -28,13 +28,11 @@ try {
} elseif ($IsMacOS) {
throw "Sorry, MacOS not supported yet"
} else {
Write-Progress "Querying available updates from winget..."
Write-Host " "
Write-Host "`n === WinGet Store ===" -foregroundColor green
& winget upgrade --include-unknown --source=winget
Write-Host " "
Write-Progress "Querying available updates from Microsoft Store..."
Write-Host "`n === Microsoft Store ===" -foregroundColor green
& winget upgrade --include-unknown --source=msstore
Write-Progress -completed "Done."
}
" "
"NOTE: Execute script 'install-updates.ps1' to install the listed updates."