From b2730823ea6595c2ed3bff5e9a29e110a2a278a8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 8 Feb 2022 22:20:07 -0500 Subject: [PATCH] Update ha_setup.sh --- setup/ha_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/ha_setup.sh b/setup/ha_setup.sh index cdd3961f..b3a74f0c 100644 --- a/setup/ha_setup.sh +++ b/setup/ha_setup.sh @@ -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'