diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index a9c213bb..e885eba6 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -288,6 +288,7 @@ if [ -n "$CUSTOM_SETUP" ]; then fi chroot "$rootdir" apt-get install -y sudo git dialog build-essential openssh-server +chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover chroot "$rootdir" /bin/bash -x <