16 lines
461 B
Markdown
16 lines
461 B
Markdown
|
# 🌌 Galaxybuild Project Tools
|
||
|
|
||
|
A collection of tools to help developers migrate, build, and develop features faster — **free for everyone**.
|
||
|
|
||
|
---
|
||
|
|
||
|
## 🧰 Current Tools
|
||
|
|
||
|
### 🔧 KernelSU Next with SuSFS Patch
|
||
|
|
||
|
> **Note:** This script only modifies the KernelSU Next source. You still need to patch your kernel **manually**.
|
||
|
|
||
|
```bash
|
||
|
curl -sL https://raw.githubusercontent.com/galaxybuild-project/tools/refs/heads/main/Scripts/KernelSU-SuSFS.sh | bash
|
||
|
```
|