mirror of
https://github.com/wled/WLED.git
synced 2025-07-16 07:16:31 +00:00
Add note on avahi-utils
This commit is contained in:
parent
81b74227fa
commit
88aa8e8178
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user