mirror of https://github.com/tteck/Proxmox.git
Update ha.sh
This commit is contained in:
parent
99f3b8fb60
commit
f9a80be09a
2
ha.sh
2
ha.sh
|
@ -132,7 +132,7 @@ EOF
|
||||||
|
|
||||||
# Install Docker
|
# Install Docker
|
||||||
msg "Installing Docker..."
|
msg "Installing Docker..."
|
||||||
lxc-cmd sh <(curl -sSL https://get.docker.com) &>/dev/null
|
sh <(curl -sSL https://get.docker.com) &>/dev/null
|
||||||
|
|
||||||
# Install Portainer
|
# Install Portainer
|
||||||
msg "Installing Portainer..."
|
msg "Installing Portainer..."
|
||||||
|
|
Loading…
Reference in New Issue