From e1029ae1cd529e82ab06929bfe5bc251fcda516b Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Mon, 25 Nov 2024 15:35:53 +0100 Subject: [PATCH] bugfix: actually using newly specified parameter --- install_windows.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_windows.ps1 b/install_windows.ps1 index 400bbbc..c1591ff 100644 --- a/install_windows.ps1 +++ b/install_windows.ps1 @@ -62,7 +62,7 @@ Write-Host "============================================" -ForegroundColor DarkG # Installing Nerd Fonts Write-Host "Installing Nerd Fonts..." -ForegroundColor Cyan -ProcessUrlFiles -source "$dotfilesRepo\nerd-fonts" -fileExt ".zip" +ProcessUrlFiles -source "$dotfilesRepo\nerd-fonts" -fileExt ".zip" -progress $false UnzipAndInstall -source "$dotfilesRepo\nerd-fonts" # Final message