Update ha_setup.sh

This commit is contained in:
tteckster 2022-02-08 22:20:07 -05:00 committed by GitHub
parent 4c62543c6d
commit b2730823ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ echo -e "${CHECKMARK} \e[1;92m Installing Dependencies... \e[0m"
apt-get update &>/dev/null
apt-get -qqy install \
curl \
wget &>/dev/null
sudo &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Installing Docker... \e[0m"
DOCKER_CONFIG_PATH='/etc/docker/daemon.json'