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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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