diff --git a/builder/raspberrypi64.yml b/builder/raspberrypi64.yml index 763d2a2c..00617af9 100644 --- a/builder/raspberrypi64.yml +++ b/builder/raspberrypi64.yml @@ -342,7 +342,7 @@ dest: /usr/local/src/pwnagotchi - name: build pwnagotchi wheel - command: "pip install . --no-cache-dir --break-system-packages" + command: "pip3 install . --no-cache-dir --break-system-packages" args: chdir: /usr/local/src/pwnagotchi