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
```