2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

CommonInstaller: remove a warning

This commit is contained in:
Christopher Roy Bratusek 2020-10-17 23:16:26 +02:00
parent a22343078f
commit 0fe27ed465

View File

@ -763,10 +763,6 @@ detect_mode () {
if [ ${MAGISK_VER_CODE} -ge 19000 ]; then
MODE=MAGISK
else
print_info " "
print_info "Magisk 19.0 or newer is required!"
print_info "falling back to /system installation!"
print_info " "
MODE=SYSTEM
fi
;;