mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-20 07:58:30 +00:00
Fix Magisk installation
This commit is contained in:
parent
ecb33d3176
commit
db06038548
@ -215,7 +215,7 @@ public abstract class MagiskInstaller {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Shell.sh("cd " + installDir, Utils.fmt(
|
if (!Shell.sh("cd " + installDir, Utils.fmt(
|
||||||
"KEEPFORCEENCRYPT=%b KEEPVERITY=%b sh update-binary sh boot_patch.sh %s",
|
"KEEPFORCEENCRYPT=%b KEEPVERITY=%b sh update-binary sh boot_patch.sh %s",
|
||||||
Config.keepEnc, Config.keepVerity, srcBoot))
|
Config.keepEnc, Config.keepVerity, srcBoot))
|
||||||
.to(console, logs).exec().isSuccess())
|
.to(console, logs).exec().isSuccess())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user