Bachir Soussi Chiadmi 7 years ago
parent
commit
8ac14de583
1 changed files with 1 additions and 1 deletions
  1. 1 1
      post-install.sh

+ 1 - 1
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
 }