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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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