mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-14 15:45:06 +01:00
Update build.sh
This commit is contained in:
parent
b42fa7528d
commit
87b7f538f0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user