From aac028efda5436f2fce5ba75f11ff1e050e40ce1 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 29 Jan 2026 15:00:25 +0100 Subject: [PATCH] Update ebusd.sh --- ct/ebusd.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ct/ebusd.sh b/ct/ebusd.sh index 63f16f512..710c81c06 100644 --- a/ct/ebusd.sh +++ b/ct/ebusd.sh @@ -27,9 +27,10 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi + msg_info "Updating ebusd" $STD apt update - $STD apt -y --upgrade ebusd + $STD apt --upgrade -y ebusd msg_ok "Updated ebusd" msg_ok "Updated successfully!" exit