mirror of
https://github.com/wled/WLED.git
synced 2025-07-18 16:26:32 +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 using mDNS
|
||||||
discover_devices() {
|
discover_devices() {
|
||||||
if ! command -v avahi-browse &> /dev/null; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user