From 3b43a11cf1411ee50cf614b8162b22563c9462a7 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 10 Jun 2026 15:35:34 -0600 Subject: [PATCH] requirements --- install.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/install.sh b/install.sh index 4217962..e83194a 100755 --- a/install.sh +++ b/install.sh @@ -26,6 +26,13 @@ EOF set -e clear print_logo + +if [ ! -d "$HOME/.local/share/coredesktop" ]; then + echo "HamPack requires CoreDesktop to be installed first." + echo "Please install CoreDesktop: https://coredesktop.federated.computer" + exit 1 +fi + cd ~ echo "Getting the latest version of HamPack..."