From 0c9e0b431fd4303e1af0fc699e270f4376b531fe Mon Sep 17 00:00:00 2001 From: David Young Date: Thu, 30 Apr 2026 11:53:28 -0600 Subject: [PATCH] fix hampackserverupdate --- hampackserverupdate | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hampackserverupdate b/hampackserverupdate index 4b5fd4e..d02a9b8 100755 --- a/hampackserverupdate +++ b/hampackserverupdate @@ -50,13 +50,13 @@ fi # Updating the repo and installing... echo "Updating HamPackServer..." -SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +REPO_DIR="$HOME/.local/share/HamPackServer" echo "Pulling latest HamPackServer repo..." -git -C "$SCRIPT_DIR" pull +git -C "$REPO_DIR" pull echo "Running install.sh..." -bash "$SCRIPT_DIR/install.sh" +bash "$REPO_DIR/install.sh" # Check whether the running kernel matches the installed modules — if not, a # newer kernel was installed during this run and a reboot is required