Update alpine-esphome.sh

This commit is contained in:
tteckster
2023-03-25 11:49:59 -04:00
committed by GitHub
parent d345712e7b
commit ac62f07362

View File

@ -66,9 +66,7 @@ function update_script() {
header_info
case $CHOICE in
1)
esphome stop
pip3 install esphome --upgrade
esphome start
exit
;;
esac