Update alpine-esphome.sh

tweak update
This commit is contained in:
tteckster 2023-03-25 14:56:07 -04:00 committed by GitHub
parent ac62f07362
commit 86ec03dc35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,10 @@ function update_script() {
header_info header_info
case $CHOICE in case $CHOICE in
1) 1)
pip3 install esphome --upgrade msg_info "Updating ESPHome"
pip3 install esphome --upgrade &>/dev/null
rc-service -q esphome restart
msg_ok "Updated Successfully!"
exit exit
;; ;;
esac esac