Update build.sh

This commit is contained in:
MustardChef 2024-07-15 09:38:03 +01:00 committed by GitHub
parent b42fa7528d
commit 87b7f538f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -289,7 +289,7 @@ update_ksu_zip_name() {
KERNEL_VER=""
case "$WSA_MAJOR_VER" in
"2308") KERNEL_VER="5.15.104.3";;
"2309"|"2310"|"2311") KERNEL_VER="5.15.104.4";;
"2309"|"2310"|"2311"|"2407") KERNEL_VER="5.15.104.4";;
*) abort "KernelSU is not supported in this WSA version: $WSA_MAJOR_VER"
esac
KERNELSU_ZIP_NAME=kernelsu-$ARCH-$KERNEL_VER.zip