diff --git a/install.sh b/install.sh index 8a6d9e7..b82c18c 100755 --- a/install.sh +++ b/install.sh @@ -23,9 +23,9 @@ else fi # ---- System deps ---- -echo "[INSTALL] git, build-essential..." +echo "[INSTALL] git, build-essential, podman..." 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 ---- REPO_DIR="/opt/NextWks"