Update esphome-install.sh

This commit is contained in:
tteckster 2022-04-17 16:31:51 -04:00 committed by GitHub
parent 4a604154b8
commit 7220c355ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ msg_ok "Updated Container OS"
msg_info "Installing Dependencies"
apt-get install -y curl &>/dev/null
apt-get install -y sudo &>/dev/null
apt-get install -y git &>/dev/null
msg_ok "Installed Dependencies"
msg_info "Installing pip3"