mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-07-08 06:57:37 +00:00
Update alpine-esphome.sh
tweak update
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user