diff --git a/ct/homebridge.sh b/ct/homebridge.sh index 1635248ab5..ba1648c64a 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