1.5.5
This commit is contained in:
parent
10bbcf4f97
commit
0d40a23b22
2 changed files with 86 additions and 45 deletions
|
@ -43,7 +43,7 @@ patch_susfs() {
|
|||
if [ $KERNEL_MAJOR -ge 4 ]; then
|
||||
if [ $KERNEL_MAJOR -gt 4 ] || ([ $KERNEL_MAJOR -eq 4 ] && [ $KERNEL_MINOR -ge 9 ]); then
|
||||
echo "The kernel does support susfs4ksu!, applying SUSFS patch"
|
||||
local patch_url="https://raw.githubusercontent.com/galaxybuild-project/tools/refs/heads/main/Patches/Implement-SUSFS-v1.5.4-for-KernelSU-Next.patch"
|
||||
local patch_url="https://raw.githubusercontent.com/galaxybuild-project/tools/refs/heads/main/Patches/KernelSU-Next-Implement-SUSFS-v1.5.5-Universal.patch"
|
||||
curl -LSs "$patch_url" > susfs.patch
|
||||
patch -p1 < susfs.patch
|
||||
rm -f susfs.patch
|
||||
|
@ -92,7 +92,7 @@ fi
|
|||
echo "############################################"
|
||||
echo "KernelSU Next with SuSFS Patches"
|
||||
echo "Made by @blueskychan-dev, @sidex15, @rifsxd"
|
||||
echo "Last updated: 27 January 2025"
|
||||
echo "Last updated: 4 February 2025"
|
||||
echo "############################################"
|
||||
echo ""
|
||||
echo "⚠️ This script will be **DEPRECATED** soon!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue