From 8cfecc9a38663ba22ad207ef96822ba2f8ebc171 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 22 Jun 2025 13:39:32 +1200 Subject: [PATCH] 'Generic Commit' --- .gitea/workflows/BuildTestPublish.yaml | 7 +++++-- getpkg/install.sh | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/BuildTestPublish.yaml b/.gitea/workflows/BuildTestPublish.yaml index b0168fe..17bfba6 100644 --- a/.gitea/workflows/BuildTestPublish.yaml +++ b/.gitea/workflows/BuildTestPublish.yaml @@ -39,10 +39,13 @@ jobs: steps: - name: install run: | - curl https://getbin.xyz/getpkg-install | bash + curl -s https://getbin.xyz/getpkg-install | bash - name: test install run: | - source ~/.bashrc && getpkg install whatsdirty + cat ~/.bashrc + cat ~/.bashrc_getpkg + source ~/.bashrc_getpkg + getpkg install whatsdirty - name: test update run: | getpkg update diff --git a/getpkg/install.sh b/getpkg/install.sh index 7c4e767..7990768 100755 --- a/getpkg/install.sh +++ b/getpkg/install.sh @@ -25,4 +25,4 @@ fi VERSION=$(${GETPKG_PATH} version) -echo "Dropshell tool $VERSION installed" +echo "getpkg $VERSION installed"