Update list-updates.ps1

This commit is contained in:
Markus Fleschutz 2023-04-17 20:34:05 +02:00
parent ccfc7cca91
commit f683a2226e

View File

@ -13,7 +13,7 @@
try {
if ($IsLinux) {
"⏳ (1/4) Querying updates for installed Debian packages..."
Write-Host "⏳ Querying available updates..."
& sudo apt update
} else {
Write-Progress "⏳ Querying available updates..."
@ -25,4 +25,4 @@ try {
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
exit 1
}
}