From 44a95062e2f509597c9bd5649d76be427f145589 Mon Sep 17 00:00:00 2001 From: theflyingfool Date: Mon, 13 May 2024 16:12:06 -0500 Subject: [PATCH] Update setup.ps1 --- setup.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.ps1 b/setup.ps1 index ceb4e8b..aaf9f59 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -49,7 +49,7 @@ do { if ($answer -eq 9) { break } function InstallTheApps([array]$AppList) { - Foreach ($app in $AppList) { + Foreach ($app in $apps) { $listApp = winget list --exact -q $app.name if (![String]::Join('', $listApp).Contains($app.name)) { Write-Host 'Installing:' $app.name