1
0
forked from finn/tinyboard

fix docker compose package name to docker-compose-plugin

This commit is contained in:
Justin Oros
2026-04-16 09:15:53 -07:00
parent c71ad59629
commit 114c97a1cb

View File

@@ -27,7 +27,7 @@ header "TinyBoard Spoke Setup"
info "Installing packages..."
apt-get update -q
apt-get install -y -q vim autossh docker.io docker-compose-v2 git openssh-server
apt-get install -y -q vim autossh docker.io docker-compose-plugin git openssh-server
info "Adding armbian to docker group..."
usermod -aG docker armbian 2>/dev/null || true