From 8a981e94df759379cd97aed32780af2c30428078 Mon Sep 17 00:00:00 2001 From: NOOBie <44431105+sinoobie@users.noreply.github.com> Date: Sun, 14 Jan 2024 09:39:12 +0700 Subject: [PATCH] show APatch version on installation process (#80) --- customize.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/customize.sh b/customize.sh index 034f1b1b..7e329530 100755 --- a/customize.sh +++ b/customize.sh @@ -29,7 +29,8 @@ if [ "$KSU" = true ]; then ui_print "- kernelSU version: $KSU_VER ($KSU_VER_CODE)" [ "$KSU_VER_CODE" -lt 10683 ] && service_dir="/data/adb/ksu/service.d" elif [ "$Apatch" = true ]; then - ui_print "- You are using APatch" + Apatch_VER=$(cat "/data/adb/ap/version") + ui_print "- APatch version: $Apatch_VER" else ui_print "- Magisk version: $MAGISK_VER ($MAGISK_VER_CODE)" fi