Update alpine-esphome.sh
tweak update
This commit is contained in:
parent
ac62f07362
commit
86ec03dc35
1 changed files with 4 additions and 1 deletions
|
@ -66,7 +66,10 @@ function update_script() {
|
|||
header_info
|
||||
case $CHOICE in
|
||||
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
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue