From 2bd23d3336981636749d5458640893a558cd0f85 Mon Sep 17 00:00:00 2001 From: MyDrift Date: Thu, 8 Aug 2024 21:26:12 +0200 Subject: [PATCH] add ... --- functions/private/Uninstall-WinUtilEdgeBrowser.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/private/Uninstall-WinUtilEdgeBrowser.ps1 b/functions/private/Uninstall-WinUtilEdgeBrowser.ps1 index 86eb949d..f090e95f 100644 --- a/functions/private/Uninstall-WinUtilEdgeBrowser.ps1 +++ b/functions/private/Uninstall-WinUtilEdgeBrowser.ps1 @@ -118,7 +118,7 @@ Function Uninstall-WinUtilEdgeBrowser { $tempEdgePath = "$env:TEMP\MicrosoftEdgeSetup.exe" try { - write-host "Installing Edge" + write-host "Installing Edge ..." Invoke-WebRequest -Uri "https://go.microsoft.com/fwlink/?linkid=2109047&Channel=Stable&language=en&consent=1" -OutFile $tempEdgePath Start-Process -FilePath $tempEdgePath -ArgumentList "/silent /install" -Wait Remove-item $tempEdgePath