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:
parent
d9c6286503
commit
225cf201aa
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user