From 3492971e461944de1e29a0f935576bfc96f57638 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 17 Apr 2023 03:29:32 -0400 Subject: [PATCH] Update scrypted-install.sh add avahi-daemon --- install/scrypted-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/scrypted-install.sh b/install/scrypted-install.sh index 5294e95b..dd766825 100644 --- a/install/scrypted-install.sh +++ b/install/scrypted-install.sh @@ -17,6 +17,7 @@ msg_info "Installing Dependencies" $STD apt-get -y install software-properties-common apt-utils $STD apt-get -y update $STD apt-get -y upgrade +$STD apt-get install -y avahi-daemon $STD apt-get -y install \ build-essential \ gcc \