Skip to content

Commit

Permalink
KSU with 2407
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT authored Jul 31, 2024
1 parent f98bd36 commit 0299eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,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
Expand Down

0 comments on commit 0299eb8

Please sign in to comment.