mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-01-08 11:37:39 +08:00
parent
8cee0641e7
commit
8c71c3362b
@ -300,6 +300,10 @@ if [ "$DEBUG" ]; then
|
||||
set -x
|
||||
fi
|
||||
|
||||
if [ "$HAS_GAPPS" ] && [ "$ROOT_SOL" = "kernelsu" ]; then
|
||||
abort "Unsupported combination: Install GApps and KernelSU"
|
||||
fi
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
[ -f "$PYTHON_VENV_DIR/bin/activate" ] && {
|
||||
source "$PYTHON_VENV_DIR/bin/activate" || abort "Failed to activate virtual environment, please re-run install_deps.sh"
|
||||
|
@ -98,10 +98,9 @@ if [ "$ROOT_SOL" = "magisk" ]; then
|
||||
'debug' "Canary Channel Debug Build" 'off'
|
||||
)
|
||||
COMMAND_LINE+=(--magisk-ver "$MAGISK_VER")
|
||||
fi
|
||||
|
||||
if (YesNoBox '([title]="Install GApps" [text]="Do you want to install GApps?")'); then
|
||||
COMMAND_LINE+=(--install-gapps)
|
||||
if (YesNoBox '([title]="Install GApps" [text]="Do you want to install GApps?")'); then
|
||||
COMMAND_LINE+=(--install-gapps)
|
||||
fi
|
||||
fi
|
||||
|
||||
if (YesNoBox '([title]="Remove Amazon Appstore" [text]="Do you want to remove Amazon Appstore?")' no); then
|
||||
|
Loading…
Reference in New Issue
Block a user