mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-11-09 19:10:30 +00:00
CommonInstaller: string change
This commit is contained in:
parent
57f6d987ef
commit
956cbb009f
@ -65,7 +65,7 @@ detect_bootmode () {
|
||||
${BOOTMODE} || ps | grep zygote | grep -qv grep && BOOTMODE=true
|
||||
${BOOTMODE} || ps -A | grep zygote | grep -qv grep && BOOTMODE=true
|
||||
|
||||
${BOOTMODE} && error "${MODID} can't be installed from Magisk Manager!"
|
||||
${BOOTMODE} && error "${MODID} must be flashed from TWRP!"
|
||||
}
|
||||
|
||||
ui_print() {
|
||||
|
Loading…
Reference in New Issue
Block a user