1
0
mirror of https://github.com/tteck/Proxmox.git synced 2024-12-25 10:42:53 +02:00

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