You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
Support Magisk
This commit is contained in:
10
README.md
Normal file
10
README.md
Normal 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`
|
||||
Reference in New Issue
Block a user