Update scrypted-install.sh

add avahi-daemon
This commit is contained in:
tteckster 2023-04-17 03:29:32 -04:00 committed by GitHub
parent d14a41e94e
commit 3492971e46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 \