From f9a80be09a7c450f9b481c93ce8450dfbea6e1ca Mon Sep 17 00:00:00 2001 From: tteck Date: Tue, 24 Aug 2021 12:48:24 -0400 Subject: [PATCH] Update ha.sh --- ha.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ha.sh b/ha.sh index e73f0b8c..2ea97539 100644 --- a/ha.sh +++ b/ha.sh @@ -132,7 +132,7 @@ EOF # Install 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 msg "Installing Portainer..."