kopia lustrzana https://github.com/Aircoookie/WLED
Add note on avahi-utils
rodzic
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
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue