Update ct/ebusd.sh

Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
Joerg Heinemann 2026-01-27 06:47:34 +01:00 committed by GitHub
parent 2371ae3849
commit dfeb8a8e1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,10 +27,10 @@ function update_script() {
msg_error "No ${APP} Installation Found!" msg_error "No ${APP} Installation Found!"
exit exit
fi fi
msg_info "Updating $APP LXC" msg_info "Updating ebusd"
$STD apt update $STD apt update
$STD apt -y upgrade $STD apt -y --upgrade ebusd
msg_ok "Updated $APP LXC" msg_ok "Updated ebusd"
msg_ok "Updated successfully!" msg_ok "Updated successfully!"
exit exit
} }