mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Update for bookworm release
This commit is contained in:
@ -341,6 +341,11 @@
|
|||||||
repo: https://github.com/jayofelony/pwnagotchi-torch.git
|
repo: https://github.com/jayofelony/pwnagotchi-torch.git
|
||||||
dest: /usr/local/src/pwnagotchi
|
dest: /usr/local/src/pwnagotchi
|
||||||
|
|
||||||
|
- name: copy pwnagotchi to python3.11
|
||||||
|
copy:
|
||||||
|
src: /usr/local/src/pwnagotchi/pwnagotchi
|
||||||
|
dest: /usr/local/lib/python3.11/dist-packages/
|
||||||
|
|
||||||
- name: build pwnagotchi wheel
|
- name: build pwnagotchi wheel
|
||||||
command: "pip install . --break-system-packages"
|
command: "pip install . --break-system-packages"
|
||||||
args:
|
args:
|
||||||
|
Reference in New Issue
Block a user