There was an error while loading. Please reload this page.
1 parent b42fa75 commit 87b7f53Copy full SHA for 87b7f53
MagiskOnWSAOld/scripts/build.sh
@@ -289,7 +289,7 @@ update_ksu_zip_name() {
289
KERNEL_VER=""
290
case "$WSA_MAJOR_VER" in
291
"2308") KERNEL_VER="5.15.104.3";;
292
- "2309"|"2310"|"2311") KERNEL_VER="5.15.104.4";;
+ "2309"|"2310"|"2311"|"2407") KERNEL_VER="5.15.104.4";;
293
*) abort "KernelSU is not supported in this WSA version: $WSA_MAJOR_VER"
294
esac
295
KERNELSU_ZIP_NAME=kernelsu-$ARCH-$KERNEL_VER.zip
0 commit comments