Update list-updates.ps1

This commit is contained in:
Markus Fleschutz 2023-04-17 21:21:24 +02:00
parent 334c0adf63
commit e1e301ebc7

View File

@ -13,8 +13,10 @@
try { try {
if ($IsLinux) { if ($IsLinux) {
Write-Host "⏳ Querying available updates..." Write-Host "⏳ Querying updates for installed packages..."
& sudo apt update & sudo apt update
Write-Host "⏳ Querying updates for installed snaps..."
sudo snap refresh --list
} else { } else {
Write-Progress "⏳ Querying available updates..." Write-Progress "⏳ Querying available updates..."
" " " "