From 3e8102300ff7a4e9fe380c2186940d053f961dcf Mon Sep 17 00:00:00 2001 From: mitzamike <148199800+mitzamike@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:08:46 +0200 Subject: [PATCH] Update fireasf.yml --- .github/workflows/fireasf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fireasf.yml b/.github/workflows/fireasf.yml index 9085a0d63..8a7dbd784 100644 --- a/.github/workflows/fireasf.yml +++ b/.github/workflows/fireasf.yml @@ -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