From 9855d663d6a9c93b1880e091587739f8dda3b3a5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 22 Jun 2025 13:30:35 +1200 Subject: [PATCH] 'Generic Commit' --- getpkg/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getpkg/install.sh b/getpkg/install.sh index d019bb8..9ca33dd 100755 --- a/getpkg/install.sh +++ b/getpkg/install.sh @@ -23,7 +23,7 @@ if [ ! -f "$GETPKG_PATH" ]; then exit 1 fi -VERSION=$(getpkg version) +VERSION=$(${GETPKG_PATH} version) echo "Dropshell tool $VERSION installed"