From 6578b1e4b8ca6929797fa3aed889b334c078b3d8 Mon Sep 17 00:00:00 2001 From: Gavin Nugent Date: Sat, 6 Jun 2026 10:47:52 +0100 Subject: [PATCH] =?UTF-8?q?Drop=20docker-compose=20=E2=80=94=20omaterm=20i?= =?UTF-8?q?nstalls=20everything=20it=20needs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- arch-setup.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/arch-setup.sh b/arch-setup.sh index df05fc8..6c872ac 100755 --- a/arch-setup.sh +++ b/arch-setup.sh @@ -94,14 +94,13 @@ fi step "1/8 ยท System updates & essential packages" pacman -Syu --noconfirm -# Minimal host package set โ€” omaterm's container brings its own tooling -# (git, tmux, agents, tailscale all live inside it) +# Minimal host package set โ€” omaterm installs everything else it needs +# (git, tmux, agents, tailscale all live inside its container) pacman -S --noconfirm --needed \ ufw \ fail2ban \ curl \ - docker \ - docker-compose + docker # Docker must be running before omaterm installs โ€” the new omaterm is # docker-only (everything runs in the ghcr.io/omacom-io/omaterm container)