Browse Source

Update ha_setup.sh

tteckster 3 years ago
parent
commit
b2730823ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup/ha_setup.sh

+ 1 - 1
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'