From e3c519f0272fc08fdfd8d20e411d0cb433af6441 Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 10 Apr 2026 13:40:15 -0600 Subject: [PATCH] fixes for the install --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 48cf5ae..b31763f 100755 --- a/install.sh +++ b/install.sh @@ -167,7 +167,9 @@ fi # Install 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 "HamPackServer is installed successfully!"