|
|
@@ -187,9 +187,12 @@ jobs:
|
|
|
curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/stable/kernel/setup.sh" | bash -s "${{ inputs.ksu_commit }}"
|
|
|
else
|
|
|
if [ "${{ inputs.susfs_enabled }}" == "true" ]; then
|
|
|
- curl -LSs "https://raw.githubusercontent.com/pershoot/KernelSU-Next/dev/kernel/setup.sh" | bash -s dev-susfs
|
|
|
+ curl -LSs "https://raw.githubusercontent.com/pershoot/KernelSU-Next/dev-susfs/kernel/setup.sh" | bash -
|
|
|
else
|
|
|
- curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/stable/kernel/setup.sh" | bash -s legacy
|
|
|
+ curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/stable/kernel/setup.sh" | bash -s dev
|
|
|
+ cd KernelSU-Next
|
|
|
+ git fetch https://github.com/pershoot/KernelSU-Next 1613aec41bd4385358284f546ba12bbcd00b3b03
|
|
|
+ git cherry-pick 1613aec41bd4385358284f546ba12bbcd00b3b03
|
|
|
fi
|
|
|
fi
|
|
|
;;
|