Drop docker-compose — omaterm installs everything it needs

This commit is contained in:
Gavin Nugent 2026-06-06 10:47:52 +01:00
parent d2fcf9ff12
commit 6578b1e4b8

View file

@ -94,14 +94,13 @@ fi
step "1/8 · System updates & essential packages" step "1/8 · System updates & essential packages"
pacman -Syu --noconfirm pacman -Syu --noconfirm
# Minimal host package set — omaterm's container brings its own tooling # Minimal host package set — omaterm installs everything else it needs
# (git, tmux, agents, tailscale all live inside it) # (git, tmux, agents, tailscale all live inside its container)
pacman -S --noconfirm --needed \ pacman -S --noconfirm --needed \
ufw \ ufw \
fail2ban \ fail2ban \
curl \ curl \
docker \ docker
docker-compose
# Docker must be running before omaterm installs — the new omaterm is # Docker must be running before omaterm installs — the new omaterm is
# docker-only (everything runs in the ghcr.io/omacom-io/omaterm container) # docker-only (everything runs in the ghcr.io/omacom-io/omaterm container)