Unfortunately avahi can't be removed without also removing emacs
This commit is contained in:
parent
7e76de1448
commit
05e070ecc0
|
@ -1975,9 +1975,6 @@ function configure_avahi {
|
|||
fi
|
||||
# only enable avahi if we're doing mesh networking
|
||||
if [[ $ENABLE_BABEL != "yes" && $ENABLE_BATMAN != "yes" && $ENABLE_CJDNS != "yes" ]]; then
|
||||
# Ensure that avahi is not installed. We only need it for mesh networking
|
||||
# Where there is no conventional DNS resolution
|
||||
apt-get -y remove avahi-*
|
||||
return
|
||||
fi
|
||||
apt-get -y install avahi-utils avahi-autoipd avahi-dnsconfd
|
||||
|
|
Loading…
Reference in New Issue