Update alpine-esphome-install.sh

tweak
This commit is contained in:
tteckster 2023-03-25 15:07:06 -04:00 committed by GitHub
parent 642048fb6d
commit 676f240113
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,8 +22,11 @@ $STD apk add mc
$STD apk add git $STD apk add git
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing Alpine-ESPHome" msg_info "Installing pip3 Package Manager"
$STD apk add py3-pip $STD apk add py3-pip
msg_ok "Installed pip3 Package Manager"
msg_info "Installing Alpine-ESPHome"
$STD pip3 install esphome $STD pip3 install esphome
$STD pip3 install tornado esptool $STD pip3 install tornado esptool