all choices now valid

This commit is contained in:
TheFlyingFool 2024-06-13 10:34:31 -05:00
parent 370cb46c54
commit 0af5e2f681

View File

@ -102,7 +102,7 @@ do {
Write-Host '' Write-Host ''
$answer = Read-Host 'Select number(s)' $answer = Read-Host 'Select number(s)'
$ok =$answer -in @(1..5; 9) $ok =$answer -in @(1..7; 9)
} until ($ok) } until ($ok)
if ($answer -eq 9) { break } if ($answer -eq 9) { break }
@ -196,7 +196,7 @@ do {
Write-Host 'Uninstalling:' $app Write-Host 'Uninstalling:' $app
Get-AppxPackage -allusers $app | Remove-AppxPackage Get-AppxPackage -allusers $app | Remove-AppxPackage
} }
winget uninstall onedrive winget uninstall Microsoft.OneDrive Microsoft.OneDriveSync_8wekyb3d8bbwe
} }
'6'{ '6'{
Write-Host "Make sure SSH Client is installed" Write-Host "Make sure SSH Client is installed"