diff --git a/builder/pwnagotchi.yml b/builder/pwnagotchi.yml index 4d086bc..e6a988d 100644 --- a/builder/pwnagotchi.yml +++ b/builder/pwnagotchi.yml @@ -203,7 +203,7 @@ - name: configure usb interface blockinfile: - path: /etc/network/interfaces.d/usb0.cfg + path: /etc/network/interfaces.d/usb0-cfg create: yes block: | allow-hotplug usb0 @@ -216,7 +216,7 @@ - name: configure eth0 interface (pi2/3/4) blockinfile: - path: /etc/network/interfaces.d/eth0.cfg + path: /etc/network/interfaces.d/eth0-cfg create: yes block: | allow-hotplug eth0 diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/requirements.txt b/sdcard/rootfs/root/pwnagotchi/scripts/requirements.txt index 0a82ef7..8fa5e8a 100644 --- a/sdcard/rootfs/root/pwnagotchi/scripts/requirements.txt +++ b/sdcard/rootfs/root/pwnagotchi/scripts/requirements.txt @@ -10,3 +10,4 @@ file_read_backwards numpy inky smbus +pillow