You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
Refine codes
This commit is contained in:
@@ -14,6 +14,6 @@ Zygisk loader for KernelSU, which allows Zygisk modules to run without Magisk en
|
||||
|
||||
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`
|
||||
1. `mkdir -p /data/adb/ksu/bin`
|
||||
2. `ln -s /data/adb/modules /data/adb/ksu/`
|
||||
3. `cp $(which resetprop) /data/adb/ksu/bin/resetprop`
|
||||
|
||||
Reference in New Issue
Block a user