Skip to content

Commit

Permalink
direct_system: let it suspendable
Browse files Browse the repository at this point in the history
  • Loading branch information
1q23lyc45 authored Dec 14, 2024
1 parent 554f6e9 commit 6192628
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ abstract class MagiskInstallImpl protected constructor(

protected suspend fun direct() = findImage() && extractFiles() && patchBoot() && flashBoot()

protected fun direct_system() = extractFiles() && "xdirect_install_system \"$installDir\" \"dummy\" \"$AppApkPath\"".sh().isSuccess
protected suspend fun direct_system() = extractFiles() && "xdirect_install_system \"$installDir\" \"dummy\" \"$AppApkPath\"".sh().isSuccess

protected suspend fun secondSlot() =
findSecondary() && extractFiles() && patchBoot() && flashBoot() && postOTA()
Expand Down

0 comments on commit 6192628

Please sign in to comment.