Commit 404c6fac authored by topjohnwu's avatar topjohnwu

We don't need to update APK if installed via manager

parent 267395bf
......@@ -182,7 +182,7 @@ public class InstallMagisk extends ParallelTask<Void, Void, Boolean> {
Shell.Sync.sh("mv -f new-boot.img ../",
"mv bin/busybox busybox",
"rm -rf bin *.img update-binary",
"rm -rf magisk.apk bin *.img update-binary",
"cd /");
SuFile patched_boot = new SuFile(install.getParent(), "new-boot.img");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment