'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
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:
parent
1be83aa365
commit
5009f2f302
@ -16,8 +16,16 @@ wget "https://getbin.xyz/${PROJECT}:latest-${ARCH}" -O bootstrap && chmod a+x bo
|
|||||||
|
|
||||||
rm ./bootstrap
|
rm ./bootstrap
|
||||||
|
|
||||||
# shellcheck disable=SC1090
|
GETPKG_PATH="${HOME}/.local/bin/getpkg"
|
||||||
source ~/.bashrc
|
|
||||||
|
if [ ! -f "$GETPKG_PATH" ]; then
|
||||||
|
echo "getpkg not found in $GETPKG_PATH"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
VERSION=$(getpkg version)
|
VERSION=$(getpkg version)
|
||||||
|
|
||||||
echo "Dropshell tool $VERSION installed"
|
echo "Dropshell tool $VERSION installed"
|
||||||
|
|
||||||
|
# shellcheck disable=SC1090
|
||||||
|
source ~/.bashrc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user