fixes for the install

This commit is contained in:
David Young
2026-04-10 13:40:15 -06:00
parent 8df02674c0
commit e3c519f027

View File

@@ -167,7 +167,9 @@ fi
# Install Compiled Servers # Install Compiled Servers
echo "Installing compiled servers..." echo "Installing compiled servers..."
. install-compiled.sh if ! bash install-compiled.sh; then
echo "Warning: install-compiled.sh encountered errors. Some applications may not have installed correctly."
fi
echo "" echo ""
echo "HamPackServer is installed successfully!" echo "HamPackServer is installed successfully!"