From 9aea5db2d1baabf6993b254cd18cebafbfa567da Mon Sep 17 00:00:00 2001 From: Howard Wu Date: Sun, 2 Jul 2023 01:53:46 +0800 Subject: [PATCH] Drop KernelSU support for 2304- --- scripts/build.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 1c1fa7fa3..271ea9223 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -479,12 +479,12 @@ update_gapps_zip_name() { } WSA_MAJOR_VER=0 update_ksu_zip_name() { - KERNEL_VER="5.15.78.1" - if [ "$WSA_MAJOR_VER" -lt "2303" ]; then - abort "KernelSU is not supported on WSA version below 2303" + KERNEL_VER="5.15.94.4" + if [ "$WSA_MAJOR_VER" -lt "2304" ]; then + abort "KernelSU is not supported on WSA version below 2304" fi - if [ "$WSA_MAJOR_VER" -ge "2304" ]; then - KERNEL_VER="5.15.94.4" + if [ "$WSA_MAJOR_VER" -ge "2306" ]; then + KERNEL_VER="5.15.104.1" fi KERNELSU_ZIP_NAME=kernelsu-$ARCH-$KERNEL_VER.zip KERNELSU_PATH=$DOWNLOAD_DIR/$KERNELSU_ZIP_NAME