'Generic Commit'
Some checks failed
Build-Test-Publish / build (linux/amd64) (push) Failing after 9s
Build-Test-Publish / build (linux/arm64) (push) Successful in 23s

This commit is contained in:
Your Name 2025-06-22 13:03:18 +12:00
parent fc05f89749
commit 218cd8cabc

View File

@ -16,6 +16,8 @@ wget "https://getbin.xyz/${PROJECT}:latest-${ARCH}" -O bootstrap && chmod a+x bo
rm ./bootstrap
# shellcheck disable=SC1090
source ~/.bashrc
VERSION=$(getpkg version)
echo "Dropshell tool $VERSION installed"