From cce4b697766f5b6b9b6d5d03151accaf3ee12b8b Mon Sep 17 00:00:00 2001 From: Howard Wu Date: Wed, 12 Apr 2023 02:45:08 +0800 Subject: [PATCH] Init download WSA version value --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index 08120e2..e23e06c 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -399,6 +399,7 @@ update_gapps_zip_name() { fi GAPPS_PATH=$DOWNLOAD_DIR/$GAPPS_ZIP_NAME } +DOWN_WSA_MAIN_VERSION=0 update_ksu_zip_name() { if [ "$DOWN_WSA_MAIN_VERSION" -lt "2303" ]; then KERNEL_VER="5.10.117.2"