1
0
forked from finn/tinyboard

remove stale crontab dep from setup-hub.sh

This commit is contained in:
Justin Oros
2026-04-16 14:08:20 -07:00
parent a02a83cae4
commit 0f76283605

View File

@@ -51,7 +51,7 @@ check_permissions() {
[ "$(id -u)" -eq 0 ] || die "Run as root"
check_deps ssh ssh-keygen systemctl useradd groupadd crontab
check_deps ssh ssh-keygen systemctl useradd groupadd
header "TinyBoard Hub Setup"