You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
No hardcode ksu tmp path
This commit is contained in:
@@ -29,7 +29,7 @@ create_sys_perm() {
|
||||
if [ "$(which magisk)" ]; then
|
||||
export TMP_PATH="$(magisk --path)/zygisksu"
|
||||
else
|
||||
export TMP_PATH="/debug_ramdisk/zygisksu"
|
||||
export TMP_PATH="$(ksud path)/zygisksu"
|
||||
fi
|
||||
|
||||
create_sys_perm $TMP_PATH
|
||||
|
||||
Reference in New Issue
Block a user