I got an error when trying to install piku on a Raspberry Pi Zero with latest Debian (trixie) ``` TASK [Install Debian Packages] ************************************************************************************************************************************************************************* [ERROR]: Task failed: Module failed: No package matching 'libpcre3-dev' is available Origin: /root/.piku-bootstrap/piku-bootstrap/playbooks/piku.yml:49:7 47 ignore_errors: true 48 49 - name: Install Debian Packages ^ column 7 fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "No package matching 'libpcre3-dev' is available"} ``` Based on [this](https://forums.raspberrypi.com/viewtopic.php?t=394036) I changed it to libpcre2-dev on the piku.yml playbook and it works, but haven't tested on older versions