Update for bookworm release

This commit is contained in:
Jeroen Oudshoorn
2023-12-15 11:25:57 +01:00
parent 0c47f3b83d
commit 112ec7b4a2
3 changed files with 10 additions and 14 deletions

View File

@ -342,7 +342,7 @@
dest: /usr/local/src/pwnagotchi
- name: build pwnagotchi wheel
command: "pip install . --break-system-packages"
command: "pip install . --no-cache-dir --break-system-packages"
args:
chdir: /usr/local/src/pwnagotchi