add auto trig for api and send via telegram
This commit is contained in:
+4
-3
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user