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"
|
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)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue