diff --git a/Scripts/install-updates.ps1 b/Scripts/install-updates.ps1 index 09304ec9..98f53228 100755 --- a/Scripts/install-updates.ps1 +++ b/Scripts/install-updates.ps1 @@ -11,7 +11,6 @@ Author: Markus Fleschutz | License: CC0 #> -#Requires -RunAsAdministrator try { $StopWatch = [system.diagnostics.stopwatch]::startNew() @@ -29,10 +28,10 @@ try { "⏳ Step 4/4 - Upgrading installed Snap packages..." & sudo snap refresh } else { - "⏳ Step 1/2 - Checking for application updates..." + "⏳ Step 1/2 - Fetching update infos..." winget upgrade - "⏳ Step 2/2 - Upgrading application..." + "⏳ Step 2/2 - Upgrading applications..." winget upgrade --all } @@ -42,4 +41,4 @@ try { } catch { "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" exit 1 -} +} \ No newline at end of file