Disable offline mode by default

This commit is contained in:
Howard Wu 2022-08-29 16:39:35 +08:00 committed by GitHub
parent 4e0aca05bd
commit 3eaeeae198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,7 @@ fi
# else
# OFF_LINE=""
# fi
OFF_LINE="--off-line"
# OFF_LINE="--off-line"
clear
COMMAND_LINE=(--arch "$ARCH" --release-type "$RELEASE_TYPE" --magisk-ver "$MAGISK_VER" --gapps-brand "$GAPPS_BRAND" --gapps-variant "$GAPPS_VARIANT" "$REMOVE_AMAZON" --root-sol "$ROOT_SOL" "$COMPRESS_OUTPUT" "$OFF_LINE" "$DEBUG" "$CUSTOM_MAGISK")