Only 1,5,9 worked
This commit is contained in:
parent
2cf9e795f2
commit
d47f0263a5
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user