Add avahi daemon to install script (#625)

This commit is contained in:
Mohammad Durrani
2022-12-08 19:23:02 -05:00
committed by GitHub
parent 643db9c435
commit da1aabae3a

View File

@@ -11,6 +11,10 @@ echo "Installing curl..."
apt-get install curl
echo "curl installation complete."
echo "Installing avahi-daemon..."
apt-get install avahi-daemon
echo "avahi-daemon installation complete."
echo "Installing the JDK..."
if [ $(dpkg-query -W -f='${Status}' openjdk-11-jdk-headless 2>/dev/null | grep -c "ok installed") -eq 0 ];
then