更新文档中的setup.sh链接,指向SukiSU-Ultra仓库

This commit is contained in:
ShirkNeko
2025-03-29 21:40:49 +08:00
parent 157e65418e
commit 4eb3ec8197
2 changed files with 4 additions and 4 deletions

View File

@@ -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) 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) 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 ## How to use integrated susfs

View File

@@ -17,12 +17,12 @@
使用 susfs-dev 分支已集成susfs带非GKI设备的支持 使用 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设备的支持 使用 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 ## 如何集成 susfs