Support Magisk

This commit is contained in:
Nullptr
2023-01-31 10:19:59 +08:00
parent b9ce45bd6e
commit aaec97fe16
3 changed files with 29 additions and 7 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# Zygisk on KernelSU
## Running on Magisk
It is possible to run Zygisksu on Magisk with a few steps:
1. `mkdir /data/adb/ksu`
2. `ln -s /data/adb/modules /data/adb/ksu/modules`
3. `cp $(which resetprop) /data/adb/ksu/resetprop`
4. Remove ` && [ "$KSU" == "true" ]` in `customize.sh`