You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
We don't need to update APK if installed via manager
This commit is contained in:
@@ -182,7 +182,7 @@ public class InstallMagisk extends ParallelTask<Void, Void, Boolean> {
|
|||||||
|
|
||||||
Shell.Sync.sh("mv -f new-boot.img ../",
|
Shell.Sync.sh("mv -f new-boot.img ../",
|
||||||
"mv bin/busybox busybox",
|
"mv bin/busybox busybox",
|
||||||
"rm -rf bin *.img update-binary",
|
"rm -rf magisk.apk bin *.img update-binary",
|
||||||
"cd /");
|
"cd /");
|
||||||
|
|
||||||
SuFile patched_boot = new SuFile(install.getParent(), "new-boot.img");
|
SuFile patched_boot = new SuFile(install.getParent(), "new-boot.img");
|
||||||
|
|||||||
Reference in New Issue
Block a user