feat: add entertainment module — public-API plugins (weather, joke) sent via Telegram by default (pos entertainment send)

This commit is contained in:
Your Name
2026-08-05 14:45:51 +00:00
parent e3762f4074
commit 2aaf5cff62
11 changed files with 330 additions and 7 deletions
+10
View File
@@ -114,6 +114,16 @@ if should_run 2 scripts; then
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
# ── Entertainment plugins ────────────────────────────────
run sudo mkdir -p /usr/local/share/linux_post_install/entertainment
pcount=0
for f in entertainment/*.sh; do
[ -f "$f" ] || continue
run sudo install -m 755 "$f" /usr/local/share/linux_post_install/entertainment/
pcount=$((pcount + 1))
done
ok "$pcount entertainment plugins -> /usr/local/share/linux_post_install/entertainment"
# ── Precompiled architecture binaries ─────────────────────
# Manually-compiled binaries (not available on the internet),
# copied straight into /usr/local/bin for the matching arch.