From a31569f28e3d35edcea30528f01a24888c19b4a4 Mon Sep 17 00:00:00 2001 From: ZG089 Date: Wed, 23 Apr 2025 08:00:07 +0000 Subject: [PATCH] feat: open telegram channel after finishing module installation #1 Signed-off-by: ZG089 --- module/customize.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/module/customize.sh b/module/customize.sh index c140b87..8563366 100644 --- a/module/customize.sh +++ b/module/customize.sh @@ -84,4 +84,5 @@ ui_print "" ui_print "== INSTALLATION COMPLETE! ==" ui_print "" ui_print "Join our Telegram channel: t.me/pontushub" +am start -a android.intent.action.VIEW -d "https://t.me/pontushub" sleep 0.4 \ No newline at end of file -- 2.47.1