Revert "v2.5.0"

This reverts commit 48fc0316ee.
This commit is contained in:
Jeroen Oudshoorn
2023-10-22 18:24:55 +02:00
parent c732137b58
commit ab1cf7737e

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 ./dist/pwnagotchi*.whl"
command: "pipx install dist/pwnagotchi*.whl"
args:
chdir: /usr/local/src/pwnagotchi
when: (pwnagotchigit.changed) or (pip_packages['pwnagotchi'] is undefined) or (pip_packages['pwnagotchi'] != pwnagotchi_version)