Fix root-sol none in the run.sh

Fixed an issue where magisk was installed when selecting No in the Do you want to Root WSA? question.
This commit is contained in:
MrKristofere 2024-12-28 06:50:35 +03:00 committed by GitHub
parent 96451a2237
commit 2a4745fefe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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