Fix upgrade command syntax for ebusd

This commit is contained in:
Joerg Heinemann
2026-02-01 10:47:59 +01:00
committed by GitHub
parent 12619abdff
commit 355b5637d4

View File

@@ -30,7 +30,7 @@ function update_script() {
msg_info "Updating ebusd"
$STD apt update
$STD apt --upgrade -y ebusd
$STD apt upgrade -y ebusd
msg_ok "Updated ebusd"
msg_ok "Updated successfully!"
exit