From d47f0263a588823137eefc229d651589109f9820 Mon Sep 17 00:00:00 2001 From: TheFlyingFool Date: Mon, 13 May 2024 16:39:45 -0500 Subject: [PATCH] Only 1,5,9 worked --- setup.ps1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.ps1 b/setup.ps1 index 2e6e548..15669ab 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -65,7 +65,7 @@ do { Write-Host '' $answer = Read-Host 'Select number(s)' - } until ($answer -in @(1..5; 9)) + } until ($answer -in @(1.2.3.4.5; 9)) if ($answer -eq 9) { break } @@ -118,8 +118,7 @@ do { ) InstallTheApps $Apps } - '4' { - $apps = @( ## LAPTOP + '4' { $apps = @( ## LAPTOP @{name = 'Intel.IntelDriverAndSupportAssistant' }, @{name = '9WZDNCRFJ4MV'; source = 'msstore' }, # Lenovo Vantage from MS Store @{name = 'j5create.Driver-JUA365' } ## Not sure if this is correct yet!