mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-11 19:33:37 +00:00
Fix #4194
This commit is contained in:
parent
5c333dec33
commit
6b34ec3ab9
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user