From 6bb84dead7e6168b3528a84239dc68b0e9c23f95 Mon Sep 17 00:00:00 2001 From: Zackptg5 <5107713+Zackptg5@users.noreply.github.com> Date: Mon, 7 Mar 2022 21:04:12 -0500 Subject: [PATCH] Add avahi fix --- scripts/3-post-setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/3-post-setup.sh b/scripts/3-post-setup.sh index 34c67a0..10e5424 100755 --- a/scripts/3-post-setup.sh +++ b/scripts/3-post-setup.sh @@ -102,6 +102,8 @@ systemctl enable NetworkManager.service echo " NetworkManager enabled" systemctl enable bluetooth echo " Bluetooth enabled" +systemctl enable avahi-daemon.service +echo " Avahi enabled" if [[ "${FS}" == "luks" || "${FS}" == "btrfs" ]]; then echo -ne "