Fix https://github.com/Magisk-Modules-Repo/riru-core/pull/4
This commit is contained in:
RikkaW 2021-04-16 11:48:33 +08:00 committed by Wang Han
parent fe9cec4576
commit 9b2a7516f7
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ check_riru_version() {
# This function will be used when util_functions.sh not exists
enforce_install_from_magisk_app() {
if $BOOTMOE; then
if $BOOTMODE; then
ui_print "- Installing from Magisk app"
else
ui_print "*********************************************************"