fix networking

This commit is contained in:
David Young
2026-04-27 16:03:53 -06:00
parent a3a9c5215d
commit 90731bb811
2 changed files with 36 additions and 0 deletions

View File

@@ -180,6 +180,15 @@ if ! bash install-openhamclock.sh; then
INSTALL_SUCCESS=false
fi
# Fix networking (Avahi mDNS)
echo "Configuring networking..."
if ! bash fix-networking.sh; then
echo "Warning: fix-networking.sh encountered errors. mDNS may not be configured correctly."
INSTALL_SUCCESS=false
fi
# Install Compiled Servers
echo "Installing compiled servers..."