Update node-red_setup.sh

This commit is contained in:
tteckster 2022-01-29 18:10:11 -05:00 committed by GitHub
parent 0cf3512f96
commit 54f4c80776
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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