added backlight and fixed outbound

This commit is contained in:
2026-07-21 09:17:48 +03:00
parent ff2b8a250e
commit 5392273794
37 changed files with 1560 additions and 76 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ fi
# 4. Привилегированные хелперы + sudoers
# ---------------------------------------------------------------------------
for s in bt-netconfig bt-netconfig-boot bt-update bt-service \
bt-settime bt-reboot bt-access bt-set-master; do
bt-settime bt-reboot bt-access bt-brightness bt-set-master; do
[ -f "$BUNDLE_DIR/scripts/$s" ] || die "нет scripts/$s в бандле"
install -m0755 "$BUNDLE_DIR/scripts/$s" "$ROOT/scripts/"
done