Update esphome_setup.sh

This commit is contained in:
tteckster 2022-01-30 05:48:14 -05:00 committed by GitHub
parent b1fbbeb342
commit 977483a99b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ apt-get -qqy upgrade &>/dev/null
# Install prerequisites # Install prerequisites
msg "Installing Prerequisites..." msg "Installing Prerequisites..."
apt-get update &>/dev/null
apt-get -qqy install \ apt-get -qqy install \
curl \ curl \
sudo &>/dev/null sudo &>/dev/null