Update ha.sh

This commit is contained in:
tteck 2021-08-24 12:48:24 -04:00 committed by GitHub
parent 99f3b8fb60
commit f9a80be09a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
ha.sh
View File

@ -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..."