1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-04-04 06:20:42 +02:00

Update list-updates.ps1

This commit is contained in:
Markus Fleschutz 2023-12-07 20:19:21 +01:00
parent d9c6286503
commit 225cf201aa

View File

@ -24,8 +24,10 @@ try {
& sudo apt list --upgradable
"⏳ (2/2) Querying Snap updates..."
& sudo snap refresh --list
} elseif ($IsMacOS) {
throw "Sorry, MacOS not supported yet"
} else {
Write-Progress "Querying the latest updates from winget and Microsoft Store..."
Write-Progress "Querying updates from Microsoft Store and winget..."
" "
& winget upgrade --include-unknown
Write-Progress -completed "Done."