Ver Fonte

Update node-red_setup.sh

tteckster há 3 anos atrás
pai
commit
54f4c80776
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      setup/node-red_setup.sh

+ 1 - 1
setup/node-red_setup.sh

@@ -31,7 +31,7 @@ echo -e "${CHECKMARK} \e[1;92m Updating Container OS... \e[0m"
 apt update &>/dev/null
 apt-get -qqy upgrade &>/dev/null
 
-echo -e "${CHECKMARK} \e[1;92m Installing Dependencie... \e[0m"
+echo -e "${CHECKMARK} \e[1;92m Installing Dependencies... \e[0m"
 apt-get -qqy install \
     curl \
     sudo &>/dev/null