From 91c3e88f1adcb39bc366cf00812339e1bff12de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BC=BA=EF=BC=A7=EF=BC=B8=EF=BC=90=EF=BC=98=EF=BC=99?= <159061718+ZG089@users.noreply.github.com> Date: Wed, 23 Apr 2025 00:34:42 +0200 Subject: [PATCH 1/2] feat: open telegram channel after finishing module installation --- module/customize.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/customize.sh b/module/customize.sh index c140b87..98335ad 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" -sleep 0.4 \ No newline at end of file +am start -a android.intent.action.VIEW -d "https://t.me/pontushub" +sleep 0.4 -- 2.47.3 From a31569f28e3d35edcea30528f01a24888c19b4a4 Mon Sep 17 00:00:00 2001 From: ZG089 Date: Wed, 23 Apr 2025 08:00:07 +0000 Subject: [PATCH 2/2] 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.3