mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-15 13:33:11 +00:00
@@ -58,7 +58,7 @@ abstract class MagiskInstallImpl protected constructor(
|
||||
private val localFS get() = FileSystemManager.getLocal()
|
||||
|
||||
private fun findImage(): Boolean {
|
||||
val bootPath = "find_boot_image; echo \"\$BOOTIMAGE\"".fsh()
|
||||
val bootPath = "RECOVERYMODE=${Config.recovery} find_boot_image; echo \"\$BOOTIMAGE\"".fsh()
|
||||
if (bootPath.isEmpty()) {
|
||||
console.add("! Unable to detect target image")
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user