Compare commits

..

2 Commits

Author SHA1 Message Date
tteckster 3492971e46
Update scrypted-install.sh
add avahi-daemon
2023-04-17 03:29:32 -04:00
tteckster d14a41e94e
Update homebridge-install.sh
add avahi-daemon
2023-04-17 03:27:46 -04:00
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ msg_info "Installing Dependencies"
$STD apt-get install -y curl
$STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y avahi-daemon
msg_ok "Installed Dependencies"
msg_info "Setting up Node.js Repository"

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 \