You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
Get rid of binder-rs & Refine watchdog
This commit is contained in:
@@ -9,6 +9,13 @@ fi
|
||||
|
||||
cd "$MODDIR"
|
||||
|
||||
# temporary fix AVD 11 magisk
|
||||
if [ -f /dev/zygisk_service ];then
|
||||
log -p i -t "zygisk-sh" "service called twice";
|
||||
exit;
|
||||
fi
|
||||
touch /dev/zygisk_service
|
||||
|
||||
if [ "$(which magisk)" ]; then
|
||||
for file in ../*; do
|
||||
if [ -d "$file" ] && [ -d "$file/zygisk" ] && ! [ -f "$file/disable" ]; then
|
||||
|
||||
Reference in New Issue
Block a user