mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-17 13:58:28 +00:00
Fix Magisk installation
This commit is contained in:
parent
ecb33d3176
commit
db06038548
@ -215,7 +215,7 @@ public abstract class MagiskInstaller {
|
||||
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",
|
||||
Config.keepEnc, Config.keepVerity, srcBoot))
|
||||
.to(console, logs).exec().isSuccess())
|
||||
|
Loading…
x
Reference in New Issue
Block a user