Skip to content

Commit 63303a3

Browse files
committed
Refactored Keywords to reflect KernelSU Next
1 parent 20510fa commit 63303a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-kernel-op11.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_call: # This allows this workflow to be called from another workflow
55

66
jobs:
7-
build-kernel-a13-5-15-kernelsu-susfs:
7+
build-kernel-a13-5-15-kernelsu-next-susfs:
88
runs-on: ubuntu-local
99

1010
steps:
@@ -82,7 +82,7 @@ jobs:
8282
echo "Changing to configuration directory: $CONFIG..."
8383
cd "$CONFIG/kernel_platform"
8484
85-
echo "Adding KernelSU..."
85+
echo "Adding KernelSU Next..."
8686
curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -
8787
cd ./KernelSU-Next/kernel
8888
sed -i 's/ccflags-y += -DKSU_VERSION=16/ccflags-y += -DKSU_VERSION=12321/' ./Makefile
@@ -102,7 +102,7 @@ jobs:
102102
103103
cd ./KernelSU-Next
104104
105-
# Apply SUSFS patch for KernelSU
105+
# Apply SUSFS patch for KernelSU Next
106106
patch -p1 --forward < 10_enable_susfs_for_ksu.patch || true
107107
108108
# Change to common directory and apply SUSFS patch
@@ -197,7 +197,7 @@ jobs:
197197
echo "Creating zip files for all formats..."
198198
cd ./AnyKernel3
199199
200-
ZIP_NAME="Anykernel3-OP11-A15-android11-5.15-KernelSU-SUSFS.zip"
200+
ZIP_NAME="Anykernel3-OP11-A15-android11-5.15-KernelSU-Next-SUSFS.zip"
201201
echo "Creating zip file $ZIP_NAME..."
202202
zip -r "../$ZIP_NAME" ./*
203203

0 commit comments

Comments
 (0)