Commit 6b34ec3a authored by topjohnwu's avatar topjohnwu

Fix #4194

parent 5c333dec
......@@ -212,6 +212,7 @@ abstract class MagiskInstallImpl protected constructor(
// Repack boot image to prevent auto restore
arrayOf(
"cd $installDir",
"chmod -R 755 .",
"./magiskboot unpack boot.img",
"./magiskboot repack boot.img",
"cat new-boot.img > 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