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

View File

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