Skip to content

Commit

Permalink
Fix: Be able to uninstall (unregister) ArchWSL
Browse files Browse the repository at this point in the history
  • Loading branch information
LeDragoX committed Apr 30, 2022
1 parent 8b4c1d2 commit d71ee69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Win10ScriptGUI.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,9 @@ function Show-GUI() {
If (!($Script:UninstallSwitch)) {
Open-PowerShellFilesCollection -RelativeLocation "src\utils" -Scripts @("archwsl-install.ps1") -DoneTitle $DoneTitle -DoneMessage $DoneMessage
}
Else {
$AppsSelected.WSLDistros.Add("Arch")
}
$ArchWSL.CheckState = "Unchecked"
}

Expand Down

0 comments on commit d71ee69

Please sign in to comment.