Drop docker-compose — omaterm installs everything it needs
This commit is contained in:
parent
d2fcf9ff12
commit
6578b1e4b8
1 changed files with 3 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue