From ea640470ec6c56ab556266682ac91cd8badf6f1a Mon Sep 17 00:00:00 2001 From: TheFlyingFool Date: Tue, 21 May 2024 16:21:23 -0500 Subject: [PATCH] Possible fix for first run of winget --- setup.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.ps1 b/setup.ps1 index b5ac019..a5f8f25 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -31,7 +31,7 @@ $settingsJson = @{installBehavior = @{ } $settingsJson | ConvertTo-Json | Out-File $settingsPath -Encoding utf8 - +winget search test function InstallTheApps() { Foreach ($app in $apps) {