Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit f42e9c3

Browse files
committed
1 parent 643dd17 commit f42e9c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/magisk_module/customize.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RIRU_API="%%%RIRU_API%%%"
44
RIRU_VERSION_CODE="%%%RIRU_VERSION_CODE%%%"
55
RIRU_VERSION_NAME="%%%RIRU_VERSION_NAME%%%"
66

7-
if $BOOTMOE; then
7+
if $BOOTMODE; then
88
ui_print "- Installing from Magisk app"
99
else
1010
ui_print "*********************************************************"

template/magisk_module/util_functions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ check_riru_version() {
2525
}
2626

2727
enforce_install_from_magisk_app() {
28-
if $BOOTMOE; then
28+
if $BOOTMODE; then
2929
ui_print "- Installing from Magisk app"
3030
else
3131
ui_print "*********************************************************"

0 commit comments

Comments
 (0)