KernelSU-Next,patches,build.sh: Automaticly apply susfs4ksu

This commit is contained in:
Ksawlii 2025-01-18 22:00:11 +01:00
parent 1dd5acfeba
commit c726a8ee0d
3 changed files with 1484 additions and 0 deletions

4
.gitignore vendored
View file

@ -3,3 +3,7 @@ kernel_build/*.zip
kernel_build/*.tar
kernel_build/*.img.lz4
kernel_build/FireAsf/*
# From .patches
*.rej
*.orig

View file

@ -16,6 +16,11 @@ command_three() {
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
cd $(pwd)/KernelSU-Next/
patch -p1 > 0001-KernelSU-Next-Implement-SUSFS-v1.5.3-plus-GKI.patch
cd ..
echo "Applied susfs4ksu"
}
command_four() {

File diff suppressed because it is too large Load diff