From e1e301ebc71f4ddddb792eab0f27e30620e851ec Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 17 Apr 2023 21:21:24 +0200 Subject: [PATCH] Update list-updates.ps1 --- Scripts/list-updates.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Scripts/list-updates.ps1 b/Scripts/list-updates.ps1 index 1f01c904..5a3bf2dd 100644 --- a/Scripts/list-updates.ps1 +++ b/Scripts/list-updates.ps1 @@ -13,8 +13,10 @@ try { if ($IsLinux) { - Write-Host "⏳ Querying available updates..." + Write-Host "⏳ Querying updates for installed packages..." & sudo apt update + Write-Host "⏳ Querying updates for installed snaps..." + sudo snap refresh --list } else { Write-Progress "⏳ Querying available updates..." " "