'Generic Commit'

This commit is contained in:
Your Name
2025-06-22 13:52:29 +12:00
parent 5286e10701
commit c0e62d59a0

@ -42,18 +42,16 @@ 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: |
export PATH="${HOME}/.local/bin/getpkg/getpkg:${PATH}" && \ ~/.local/bin/getpkg/getpkg install whatsdirty
which getpkg && \
getpkg install whatsdirty
- name: test update - name: test update
run: | run: |
getpkg update ~/.local/bin/getpkg/getpkg update
- name: test list - name: test list
run: | run: |
getpkg list ~/.local/bin/getpkg/getpkg list
- name: test uninstall - name: test uninstall
run: | run: |
getpkg uninstall whatsdirty ~/.local/bin/getpkg/getpkg uninstall whatsdirty
- name: test clean - name: test clean
run: | run: |
getpkg clean ~/.local/bin/getpkg/getpkg clean