Fix Homebridge update detection for Debian 13 DEB822 format (#9629)

* Initial plan

* Fix Homebridge update detection for Debian 13

Co-authored-by: MickLesk <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: MickLesk <[email protected]>
This commit is contained in:
Copilot
2025-12-03 20:01:37 +01:00
committed by GitHub
co-authored by MickLesk copilot-swe-agent[bot] <198982749+[email protected]>
parent 41329f919a
commit fb12b1eea6
+1 -1
View File
@@ -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