mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-12 10:19:43 +00:00
Update podman_ha_setup.sh
This commit is contained in:
parent
4fbf6d1f79
commit
aeacf8ce84
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ apt-get -qqy upgrade &>/dev/null
|
||||||
|
|
||||||
msg "Installing prerequisites..."
|
msg "Installing prerequisites..."
|
||||||
apt-get -qqy install \
|
apt-get -qqy install \
|
||||||
curl &>/dev/null
|
curl \
|
||||||
|
runc &>/dev/null
|
||||||
|
|
||||||
msg "Installing Podman..."
|
msg "Installing Podman..."
|
||||||
apt-get -y install podman &>/dev/null
|
apt-get -y install podman &>/dev/null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue