'Generic Commit'
Some checks failed
Build-Test-Publish / build (linux/amd64) (push) Successful in 22s
Build-Test-Publish / build (linux/arm64) (push) Successful in 25s
Build-Test-Publish / test-install-from-scratch (linux/amd64) (push) Failing after 7s
Build-Test-Publish / test-install-from-scratch (linux/arm64) (push) Failing after 6s

This commit is contained in:
Your Name 2025-06-22 13:24:55 +12:00
parent 1be83aa365
commit 5009f2f302

View File

@ -16,8 +16,16 @@ wget "https://getbin.xyz/${PROJECT}:latest-${ARCH}" -O bootstrap && chmod a+x bo
rm ./bootstrap
# shellcheck disable=SC1090
source ~/.bashrc
GETPKG_PATH="${HOME}/.local/bin/getpkg"
if [ ! -f "$GETPKG_PATH" ]; then
echo "getpkg not found in $GETPKG_PATH"
exit 1
fi
VERSION=$(getpkg version)
echo "Dropshell tool $VERSION installed"
# shellcheck disable=SC1090
source ~/.bashrc