From 12619abdff42e6c371b8611b3ddb3e84e2ccfc40 Mon Sep 17 00:00:00 2001 From: Joerg Heinemann Date: Sat, 31 Jan 2026 12:57:08 +0100 Subject: [PATCH 1/2] Modify ebusd installation script to enable service Change systemctl command to enable ebusd without starting it. --- install/ebusd-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ebusd-install.sh b/install/ebusd-install.sh index f7e58010c..ab74a8312 100644 --- a/install/ebusd-install.sh +++ b/install/ebusd-install.sh @@ -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 From 355b5637d40527a4cd519810d04c4a482079213e Mon Sep 17 00:00:00 2001 From: Joerg Heinemann Date: Sun, 1 Feb 2026 10:47:59 +0100 Subject: [PATCH 2/2] Fix upgrade command syntax for ebusd --- ct/ebusd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/ebusd.sh b/ct/ebusd.sh index 710c81c06..5aa0f9076 100644 --- a/ct/ebusd.sh +++ b/ct/ebusd.sh @@ -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