Revert "v2.5.0"

This reverts commit 7af71b6eb6.
This commit is contained in:
Jeroen Oudshoorn
2023-10-22 18:24:51 +02:00
parent cf05d7e760
commit b57266b93d
2 changed files with 7 additions and 2 deletions

View File

@ -300,7 +300,7 @@
when: (pwnagotchigit.changed) or (pip_packages['pwnagotchi'] is undefined) or (pip_packages['pwnagotchi'] != pwnagotchi_version)
- name: install pwnagotchi wheel and dependencies
command: "pipx install /usr/local/src/pwnagotchi/dist/pwnagotchi-{{ pwnagotchi.version }}-py3-none-any.whl"
command: "pipx install /usr/local/src/pwnagotchi/dist/pwnagotchi*.whl"
when: (pwnagotchigit.changed) or (pip_packages['pwnagotchi'] is undefined) or (pip_packages['pwnagotchi'] != pwnagotchi_version)
- name: remove pwnagotchi folder