From 218cd8cabcd79fd19193544f5f25492974fd5bb3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 22 Jun 2025 13:03:18 +1200 Subject: [PATCH] 'Generic Commit' --- getpkg/install.sh | 2 ++ 1 file changed, 2 insertions(+) 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"