From 28c1bb6351f03e3b0ec029c1893bf2d85910b11e Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Fri, 5 Jan 2024 15:18:14 +0100 Subject: [PATCH] Update build --- builder/raspberrypi64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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