fix networking
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user