Only 1,5,9 worked

This commit is contained in:
TheFlyingFool 2024-05-13 16:39:45 -05:00
parent 2cf9e795f2
commit d47f0263a5

View File

@ -65,7 +65,7 @@ do {
Write-Host '' Write-Host ''
$answer = Read-Host 'Select number(s)' $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 } if ($answer -eq 9) { break }
@ -118,8 +118,7 @@ do {
) )
InstallTheApps $Apps InstallTheApps $Apps
} }
'4' { '4' { $apps = @( ## LAPTOP
$apps = @( ## LAPTOP
@{name = 'Intel.IntelDriverAndSupportAssistant' }, @{name = 'Intel.IntelDriverAndSupportAssistant' },
@{name = '9WZDNCRFJ4MV'; source = 'msstore' }, # Lenovo Vantage from MS Store @{name = '9WZDNCRFJ4MV'; source = 'msstore' }, # Lenovo Vantage from MS Store
@{name = 'j5create.Driver-JUA365' } ## Not sure if this is correct yet! @{name = 'j5create.Driver-JUA365' } ## Not sure if this is correct yet!