mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-22 22:46:17 +00:00
Fix #3785
This commit is contained in:
@@ -48,7 +48,7 @@ abstract class MagiskInstallImpl protected constructor(
|
|||||||
private val logs: MutableList<String> = NOPList.getInstance()
|
private val logs: MutableList<String> = NOPList.getInstance()
|
||||||
) : KoinComponent {
|
) : KoinComponent {
|
||||||
|
|
||||||
protected lateinit var installDir: File
|
protected var installDir = File("xxx")
|
||||||
private lateinit var srcBoot: File
|
private lateinit var srcBoot: File
|
||||||
|
|
||||||
private lateinit var shell: Shell
|
private lateinit var shell: Shell
|
||||||
|
|||||||
Reference in New Issue
Block a user