'Generic Commit'

This commit is contained in:
Your Name
2025-06-22 13:46:20 +12:00
parent b880a5501f
commit 64aff2e72f

@ -42,10 +42,7 @@ jobs:
curl -s https://getbin.xyz/getpkg-install | bash curl -s https://getbin.xyz/getpkg-install | bash
- name: test install - name: test install
run: | run: |
cat ~/.bashrc export PATH="${HOME}/.local/bin/getpkg/getpkg:${PATH}"
cat ~/.bashrc_getpkg
source ~/.bashrc
echo "PATH=${PATH}"
which getpkg which getpkg
getpkg install whatsdirty getpkg install whatsdirty
- name: test update - name: test update