Update esphome_setup.sh

This commit is contained in:
tteckster 2022-02-03 03:23:22 -05:00 committed by GitHub
parent f3d4a2154c
commit c8e7bb7084
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,8 +45,8 @@ done
echo -e "${CHECKMARK} \e[1;92m Network Connected: \e[0m $(hostname -I)"
# Update container OS
msg "Updating container OS..."
apt update &>/dev/null
msg "Updating Container OS..."
apt-get update &>/dev/null
apt-get -qqy upgrade &>/dev/null
# Install prerequisites