From 6c02b5719de84e4423872802ad29679aef8f9cae Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 17 Feb 2025 13:18:01 +0100 Subject: [PATCH] Updated list-updates.ps1 --- scripts/list-updates.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/list-updates.ps1 b/scripts/list-updates.ps1 index 06dd4d89..5d5c2e0b 100755 --- a/scripts/list-updates.ps1 +++ b/scripts/list-updates.ps1 @@ -28,10 +28,10 @@ try { } elseif ($IsMacOS) { throw "Sorry, MacOS not supported yet" } else { - Write-Host "`n === WinGet Store ===" -foregroundColor green + Write-Host "`n === Application Updates from WinGet Store ===" -foregroundColor green & winget upgrade --include-unknown --source=winget - Write-Host "`n === Microsoft Store ===" -foregroundColor green + Write-Host "`n === Application Updates from Microsoft Store ===" -foregroundColor green & winget upgrade --include-unknown --source=msstore } " "