From 8ac14de58338ec492946b5854760e1fc7301c249 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Sat, 28 Jan 2017 18:26:07 +0100 Subject: [PATCH] debug --- post-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }