Skip to content

Commit

Permalink
fix(WINGET): remove -ForegroundColor
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Sep 22, 2023
1 parent 8664f81 commit 5e22400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playbook/Executables/WINGET.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5e22400

Please sign in to comment.