Update for bookworm release

This commit is contained in:
Jeroen Oudshoorn
2023-12-14 12:46:46 +01:00
parent 111dd512c9
commit 643a70eb89

View File

@ -341,6 +341,11 @@
repo: https://github.com/jayofelony/pwnagotchi-torch.git
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
command: "pip install . --break-system-packages"
args: