更新文档中的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)
```
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