|
@@ -1975,9 +1975,6 @@ function configure_avahi {
|
1975
|
1975
|
fi
|
1976
|
1976
|
# only enable avahi if we're doing mesh networking
|
1977
|
1977
|
if [[ $ENABLE_BABEL != "yes" && $ENABLE_BATMAN != "yes" && $ENABLE_CJDNS != "yes" ]]; then
|
1978
|
|
- # Ensure that avahi is not installed. We only need it for mesh networking
|
1979
|
|
- # Where there is no conventional DNS resolution
|
1980
|
|
- apt-get -y remove avahi-*
|
1981
|
1978
|
return
|
1982
|
1979
|
fi
|
1983
|
1980
|
apt-get -y install avahi-utils avahi-autoipd avahi-dnsconfd
|