Update esphome-install.sh

This commit is contained in:
tteckster 2023-10-30 14:02:46 -04:00 committed by GitHub
parent 8de41a87c7
commit 6da234a3ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ $STD apt-get install -y \
msg_ok "Updated Python3"
msg_info "Installing ESPHome"
mkdir config
mkdir /root/config
$STD pip install esphome tornado esptool
msg_ok "Installed ESPHome"