You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Stupid fix...
This commit is contained in:
@@ -254,8 +254,6 @@ public class Async {
|
||||
e.printStackTrace();
|
||||
return false;
|
||||
}
|
||||
Logger.dev(mName + "; " + mFile.getPath());
|
||||
// return false;
|
||||
if (Shell.rootAccess()) {
|
||||
ret = Shell.su(
|
||||
"unzip -o " + mFile.getPath() + " META-INF/com/google/android/* -d " + mFile.getParent(),
|
||||
|
||||
Reference in New Issue
Block a user