docs: Add instructions for manually integrating susfs

This commit is contained in:
ShirkNeko
2025-06-01 00:20:38 +08:00
parent a636911612
commit d743073309
3 changed files with 6 additions and 6 deletions

View File

@@ -12,12 +12,12 @@ Android device root solution based on [KernelSU](https://github.com/tiann/Kernel
## How to add
Using main branching (non-GKI device builds are not supported)
Using main branching (non-GKI device builds are not supported) (requires manual integration of susfs)
```
curl -LSs "https://raw.githubusercontent.com/SukiSU-Ultra/SukiSU-Ultra/main/kernel/setup.sh" | bash -s main
```
Using branches that support non-GKI devices
Using branches that support non-GKI devices (requires manual integration of susfs)
```
curl -LSs "https://raw.githubusercontent.com/SukiSU-Ultra/SukiSU-Ultra/main/kernel/setup.sh" | bash -s nongki
```

View File

@@ -13,12 +13,12 @@
## 追加方法
メイン分岐の使用GKI デバイス以外のビルドはサポートされていません。)
メイン分岐の使用GKI デバイス以外のビルドはサポートされていません。) (手動によるサスフ統合が必要)
```
curl -LSs "https://raw.githubusercontent.com/SukiSU-Ultra/SukiSU-Ultra/main/kernel/setup.sh" | bash -s main
```
GKI以外のデバイスをサポートするブランチを使用する
GKI以外のデバイスをサポートするブランチを使用する (手動によるサスフ統合が必要)
```
curl -LSs "https://raw.githubusercontent.com/SukiSU-Ultra/SukiSU-Ultra/main/kernel/setup.sh" | bash -s nongki
```

View File

@@ -14,13 +14,13 @@
在内核源码的根目录下执行以下命令:
使用 main 分支 (不支持非 GKI 设备构建)
使用 main 分支 (不支持非 GKI 设备构建) (需要手动集成 susfs)
```
curl -LSs "https://raw.githubusercontent.com/SukiSU-Ultra/SukiSU-Ultra/main/kernel/setup.sh" | bash -s main
```
使用支持非 GKI 设备的分支
使用支持非 GKI 设备的分支 (需要手动集成 susfs)
```
curl -LSs "https://raw.githubusercontent.com/SukiSU-Ultra/SukiSU-Ultra/main/kernel/setup.sh" | bash -s nongki