Skip to content

Commit

Permalink
Update gki-kernel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWildJames authored Feb 25, 2025
1 parent e7dd91a commit 448a353
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gki-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ jobs:
curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash $BRANCH
elif [ "${{ inputs.kernelsu_variant }}" == "Next" ]; then
echo "Adding KernelSU Next..."
curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/next/kernel/setup.sh" | bash $BRANCH
#curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/next-susfs/kernel/setup.sh" | bash -s next-susfs
#curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/next/kernel/setup.sh" | bash $BRANCH
curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/next-susfs/kernel/setup.sh" | bash -s next-susfs
elif [ "${{ inputs.kernelsu_variant }}" == "MKSU" ]; then
echo "Adding KernelSU MKSU..."
curl -LSs "https://raw.githubusercontent.com/5ec1cff/KernelSU/main/kernel/setup.sh" | bash $BRANCH
Expand All @@ -217,10 +217,10 @@ jobs:
cd ./KernelSU
patch -p1 --forward < 10_enable_susfs_for_ksu.patch
elif [ "${{ inputs.kernelsu_variant }}" == "Next" ]; then
echo "Applying SUSFS patches for KernelSU-Next..."
#echo "Applying SUSFS patches for KernelSU-Next..."
cd ./KernelSU-Next
cp ../../kernel_patches/0001-kernel-patch-susfs-v1.5.5-to-KernelSU-Next-7a08683c7.patch ./
patch -p1 --forward < 0001-kernel-patch-susfs-v1.5.5-to-KernelSU-Next-7a08683c7.patch || true
#cp ../../kernel_patches/0001-kernel-patch-susfs-v1.5.5-to-KernelSU-Next-7a08683c7.patch ./
#patch -p1 --forward < 0001-kernel-patch-susfs-v1.5.5-to-KernelSU-Next-7a08683c7.patch || true
elif [ "${{ inputs.kernelsu_variant }}" == "MKSU" ]; then
echo "Applying SUSFS patches for MKSU..."
cp ../susfs4ksu/kernel_patches/KernelSU/10_enable_susfs_for_ksu.patch ./KernelSU/
Expand Down

0 comments on commit 448a353

Please sign in to comment.