From 5e22400632e36d951660edfc3ee95a1643d086c5 Mon Sep 17 00:00:00 2001 From: he3als <65787561+he3als@users.noreply.github.com> Date: Fri, 22 Sep 2023 21:08:46 +0100 Subject: [PATCH] fix(WINGET): remove -ForegroundColor --- src/playbook/Executables/WINGET.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playbook/Executables/WINGET.ps1 b/src/playbook/Executables/WINGET.ps1 index 123ab85f3b..bd67c81683 100644 --- a/src/playbook/Executables/WINGET.ps1 +++ b/src/playbook/Executables/WINGET.ps1 @@ -15,7 +15,7 @@ if ($getLatest) { New-Item $tempDir -ItemType Directory -Force | Out-Null Set-Location $tempDir - Write-Host "Installing WinGet..." -ForegroundColor + Write-Host "Installing WinGet..." # Download WinGet Invoke-WebRequest -Uri 'https://aka.ms/getwinget' -OutFile '.\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle' -UseBasicParsing