Merge pull request #8 from mitzamike/5.10.233-testing

5.10.233 testing
This commit is contained in:
Ksawlii 2025-01-29 17:43:39 +02:00 committed by GitHub
commit 936490e734
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1531 additions and 2 deletions

View file

@ -26,9 +26,9 @@ jobs:
rm -rf setup.sh* rm -rf setup.sh*
rm -rf KernelSU* rm -rf KernelSU*
curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s next 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/ 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 .. cd ..
echo "Applied susfs4ksu" echo "Applied susfs4ksu"
export FIREASF_VANILLA=true export FIREASF_VANILLA=true

1
patches/.gitkeep Normal file
View file

@ -0,0 +1 @@

File diff suppressed because it is too large Load diff