#!/bin/bash ### Make your Pi Talk Bonjour / Zero Configuration Protocol ### learn more at http://thomasloughlin.com/broadcast-host…pples-zeroconf/ apt-get -y install netatalk apt-get -y install avahi-daemon insserv avahi-daemon cat > /etc/avahi/services/afpd.service < %h _afpovertcp._tcp 548 DELIM /etc/init.d/avahi-daemon restart #######################################