Possible fix for first run of winget

This commit is contained in:
TheFlyingFool 2024-05-21 16:21:23 -05:00
parent 8b93387940
commit ea640470ec

View File

@ -31,7 +31,7 @@ $settingsJson = @{installBehavior = @{
}
$settingsJson | ConvertTo-Json | Out-File $settingsPath -Encoding utf8
winget search test
function InstallTheApps() {
Foreach ($app in $apps) {