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"