Update fireasf.yml
This commit is contained in:
parent
cecf5816ef
commit
3e8102300f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/fireasf.yml
vendored
4
.github/workflows/fireasf.yml
vendored
|
@ -26,9 +26,9 @@ jobs:
|
|||
rm -rf setup.sh*
|
||||
rm -rf KernelSU*
|
||||
curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s next
|
||||
cp $(pwd)/patches/0001-KernelSU-Next-Implement-SUSFS-v1.5.3-plus-GKI.patch $(pwd)/KernelSU-Next/0001-KernelSU-Next-Implement-SUSFS-v1.5.3-plus-GKI.patch
|
||||
cp $(pwd)/patches/Implement-SUSFS-v1.5.4-for-KernelSU-Next.patch $(pwd)/KernelSU-Next/Implement-SUSFS-v1.5.4-for-KernelSU-Next.patch
|
||||
cd $(pwd)/KernelSU-Next/
|
||||
patch -p1 < 0001-KernelSU-Next-Implement-SUSFS-v1.5.3-plus-GKI.patch
|
||||
patch -p1 < Implement-SUSFS-v1.5.4-for-KernelSU-Next.patch
|
||||
cd ..
|
||||
echo "Applied susfs4ksu"
|
||||
export FIREASF_VANILLA=true
|
||||
|
|
Loading…
Reference in a new issue