From 5a7cb575ec5b62e68355044b27dd67d7317428af Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 3 Dec 2025 17:01:04 +0000 Subject: [PATCH 1/2] Initial plan From 80b45d7f123b65f7a0ba5c06a6c013acad03bbbc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 3 Dec 2025 17:04:51 +0000 Subject: [PATCH 2/2] Fix Homebridge update detection for Debian 13 Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com> --- ct/homebridge.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/homebridge.sh b/ct/homebridge.sh index 1635248ab5c..ba1648c64a5 100644 --- a/ct/homebridge.sh +++ b/ct/homebridge.sh @@ -23,7 +23,7 @@ function update_script() { header_info check_container_storage check_container_resources - if [[ ! -f /etc/apt/sources.list.d/homebridge.list ]]; then + if ! dpkg -s homebridge >/dev/null 2>&1; then msg_error "No ${APP} Installation Found!" exit fi