Skip to content

Commit

Permalink
show APatch version on installation process (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinoobie authored Jan 14, 2024
1 parent 14a4da3 commit 8a981e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a981e9

Please sign in to comment.