2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-11-09 19:10:30 +00:00

CommonInstaller: string change

This commit is contained in:
Christopher Roy Bratusek 2019-01-01 20:51:50 +01:00
parent 57f6d987ef
commit 956cbb009f

View File

@ -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() {