Update esphome_setup.sh

pull/26/head
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
1 changed files with 2 additions and 2 deletions

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