Add note on avahi-utils

This commit is contained in:
Michael Bisbjerg 2025-04-11 16:15:52 +02:00 committed by GitHub
parent 81b74227fa
commit 88aa8e8178
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,7 +87,7 @@ EOF
# Discover devices using mDNS
discover_devices() {
if ! command -v avahi-browse &> /dev/null; then
log "ERROR" "$RED" "'avahi-browse' is required but not installed."
log "ERROR" "$RED" "'avahi-browse' is required but not installed, please install avahi-utils using your preferred package manager."
exit 1
fi