From 430590d43d2790f4c2d34e707c16b4e82c1a775f Mon Sep 17 00:00:00 2001 From: swaggboi Date: Fri, 25 Aug 2023 16:51:47 -0400 Subject: [PATCH] Add avahi --- deb_bugger.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deb_bugger.sh b/deb_bugger.sh index 56868e2..f43bfd2 100755 --- a/deb_bugger.sh +++ b/deb_bugger.sh @@ -7,7 +7,8 @@ apt-get update # Networking & Firewall apt-get -y install network-manager netcat-openbsd rsync curl wget \ - net-tools ufw whois ifupdown- connman- cmst- netcat-traditional- + avahi-daemon net-tools ufw whois ifupdown- connman- cmst- \ + netcat-traditional- if [ -w /etc/network/interfaces ]; then mv /etc/network/interfaces /etc/network/interfaces.OLD