diff --git a/getpkg/install.sh b/getpkg/install.sh index 2bbc71d..8b2d8f1 100755 --- a/getpkg/install.sh +++ b/getpkg/install.sh @@ -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"