From 4eb3ec8197068c96e4e6d19f4fba0d751d75810e Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Sat, 29 Mar 2025 21:40:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3=E4=B8=AD?= =?UTF-8?q?=E7=9A=84setup.sh=E9=93=BE=E6=8E=A5=EF=BC=8C=E6=8C=87=E5=90=91S?= =?UTF-8?q?ukiSU-Ultra=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README-en.md | 4 ++-- docs/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/README-en.md b/docs/README-en.md index feafdd20..a9758616 100644 --- a/docs/README-en.md +++ b/docs/README-en.md @@ -17,12 +17,12 @@ Android device root solution based on [KernelSU](https://github.com/KernelSU/Ker Using the susfs-dev branch (integrated susfs with support for non-GKI devices) ``` -curl -LSs "https://raw.githubusercontent.com/ShirkNeko/KernelSU/main/kernel/setup.sh" | bash -s susfs-dev +curl -LSs "https://raw.githubusercontent.com/ShirkNeko/SukiSU-Ultra/main/kernel/setup.sh" | bash -s susfs-dev ``` Use main branching (no longer with support for non-GKI devices) ``` -curl -LSs "https://raw.githubusercontent.com/ShirkNeko/KernelSU/main/kernel/setup.sh" | bash -s main +curl -LSs "https://raw.githubusercontent.com/ShirkNeko/SukiSU-Ultra/main/kernel/setup.sh" | bash -s main ``` ## How to use integrated susfs diff --git a/docs/README.md b/docs/README.md index 90e7a0f6..0b3f1524 100644 --- a/docs/README.md +++ b/docs/README.md @@ -17,12 +17,12 @@ 使用 susfs-dev 分支(已集成susfs,带非GKI设备的支持) ``` -curl -LSs "https://raw.githubusercontent.com/ShirkNeko/KernelSU/main/kernel/setup.sh" | bash -s susfs-dev +curl -LSs "https://raw.githubusercontent.com/ShirkNeko/SukiSU-Ultra/main/kernel/setup.sh" | bash -s susfs-dev ``` 使用 main 分支(不再带非GKI设备的支持) ``` -curl -LSs "https://raw.githubusercontent.com/ShirkNeko/KernelSU/main/kernel/setup.sh" | bash -s main +curl -LSs "https://raw.githubusercontent.com/ShirkNeko/SukiSU-Ultra/main/kernel/setup.sh" | bash -s main ``` ## 如何集成 susfs