Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update kernel versions for KernelSU
Browse files Browse the repository at this point in the history
sn-o-w committed Sep 29, 2023
1 parent b607d82 commit e603129
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -479,12 +479,14 @@ update_gapps_zip_name() {
}
WSA_MAJOR_VER=0
update_ksu_zip_name() {
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 "2306" ]; then
KERNEL_VER="5.15.104.1"
if [ "$WSA_MAJOR_VER" -eq "2307" ]; then
KERNEL_VER="5.15.104.2"
fi
if [ "$WSA_MAJOR_VER" -ge "2308" ]; then
KERNEL_VER="5.15.104.3"
fi
KERNELSU_ZIP_NAME=kernelsu-$ARCH-$KERNEL_VER.zip
KERNELSU_PATH=$DOWNLOAD_DIR/$KERNELSU_ZIP_NAME

0 comments on commit e603129

Please sign in to comment.