add auto trig for api and send via telegram

This commit is contained in:
Your Name
2026-08-05 11:49:27 -04:00
parent bd92c7f899
commit d722842d20
19 changed files with 739 additions and 61 deletions
+4 -3
View File
@@ -113,16 +113,17 @@ if should_run 2 scripts; then
done
run sudo install -m 644 lib/common.sh /usr/local/bin/common.sh
run sudo install -m 644 lib/flags.sh /usr/local/bin/flags.sh
run sudo install -m 644 lib/entertainment-lib.sh /usr/local/bin/entertainment-lib.sh
# ── Entertainment plugins ────────────────────────────────
run sudo mkdir -p /usr/local/share/linux_post_install/entertainment
# Installed into /usr/local/bin so the repo can be deleted afterwards.
pcount=0
for f in entertainment/*.sh; do
[ -f "$f" ] || continue
run sudo install -m 755 "$f" /usr/local/share/linux_post_install/entertainment/
run sudo install -m 755 "$f" /usr/local/bin/
pcount=$((pcount + 1))
done
ok "$pcount entertainment plugins -> /usr/local/share/linux_post_install/entertainment"
ok "$pcount entertainment plugins -> /usr/local/bin"
# ── Precompiled architecture binaries ─────────────────────
# Manually-compiled binaries (not available on the internet),