mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Add avahi daemon to install script (#625)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user