Merge pull request #1377 from heinemannj/ebusd
Some checks failed
Update GitHub Versions (New) / update-github-versions (push) Has been cancelled
Update Versions from GitHub / update-versions (push) Has been cancelled

This commit is contained in:
Michel Roegl-Brunner 2026-02-01 18:01:51 +01:00 committed by GitHub
commit c8cec6c03f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

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

View File

@ -22,7 +22,7 @@ setup_deb822_repo \
msg_info "Installing ebusd"
$STD apt install -y ebusd
systemctl enable -q --now ebusd
systemctl enable -q ebusd
msg_ok "Installed ebusd"
motd_ssh