Skip to content

Commit

Permalink
Fixed selection without root in the run.sh (#824)
Browse files Browse the repository at this point in the history
Fixed an issue where magisk was installed when selecting No in the "Do you want to Root WSA?" question.
  • Loading branch information
MrKristofere authored Dec 31, 2024
1 parent 96451a2 commit 92b0ba5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ if (YesNoBox '([title]="Root" [text]="Do you want to Root WSA?")'); then
'kernelsu' "KernelSU" 'off'
)
COMMAND_LINE+=(--root-sol "$ROOT_SOL")
else
COMMAND_LINE+=(--root-sol "none")
fi

if [ "$ROOT_SOL" = "magisk" ]; then
Expand Down

0 comments on commit 92b0ba5

Please sign in to comment.