diff --git a/post-install.sh b/post-install.sh index 2a5d7fc..522dd83 100755 --- a/post-install.sh +++ b/post-install.sh @@ -88,7 +88,7 @@ alpi_avahi(){ sudo pacman -S --needed --noconfirm -q avahi nss-mdns print_msg "configure avahi" sudo systemctl enable avahi-daemon - sudo systemctl start avahi-deamon + sudo systemctl start avahi-daemon sudo sed -i.back 's/hosts: files dns myhostname/hosts: files mdns_minimal [NOTFOUND=return] dns myhostname/' /etc/nsswitch.conf }