From 6d56230a9945a1919a5dc45e1201babec3abc67b Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Mon, 28 Oct 2024 03:16:15 +0800 Subject: [PATCH] Update customize.sh --- module/customize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/customize.sh b/module/customize.sh index 1e16ec1..9b6b290 100644 --- a/module/customize.sh +++ b/module/customize.sh @@ -1,6 +1,6 @@ SKIPUNZIP=0 DEBUG=false -if [ "$(which magisk)" ]; then +if [ "$MAGISK_VER_CODE" ]; then BM="Magisk:$MAGISK_VER│$MAGISK_VER_CODE" elif [ "$KSU" ]; then BM="KSU:$KSU_KERNEL_VER_CODE│$KSU_VER_CODE"