feat(install): add podman to system deps
This commit is contained in:
parent
897275c659
commit
811c0c75f7
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue