feat(install): add podman to system deps

This commit is contained in:
Claus Lohmar 2026-07-06 15:57:48 +01:00
parent 897275c659
commit 811c0c75f7

View file

@ -23,9 +23,9 @@ else
fi fi
# ---- System deps ---- # ---- System deps ----
echo "[INSTALL] git, build-essential..." echo "[INSTALL] git, build-essential, podman..."
apt-get update -qq apt-get update -qq
apt-get install -y -qq git build-essential curl apt-get install -y -qq git build-essential curl podman
# ---- Clone / pull repo ---- # ---- Clone / pull repo ----
REPO_DIR="/opt/NextWks" REPO_DIR="/opt/NextWks"