You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
Fix installKsu task
This commit is contained in:
@@ -95,7 +95,7 @@ androidComponents.onVariants { variant ->
|
||||
exec {
|
||||
commandLine(
|
||||
"adb", "shell", "echo",
|
||||
"""su -c \"/data/adb/ksud module install /data/local/tmp/$zipFileName\"""",
|
||||
"/data/adb/ksud module install /data/local/tmp/$zipFileName",
|
||||
"> /data/local/tmp/install.sh"
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user