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