Hi I recently needed to upgrade my old birdnet solution and purchased new Raspberry Pi 5 hardware. I am following the guide here (noting the guide is for Raspberry Pi 4B) : Identify Birds through Sound with a Raspberry Pi | BirdNET-Pi Project - Tutorial Australia
everything was working fine up until and including the boot of the new Raspberry Pi OS image. My problem occurred when I tried to run the curl command in the terminal. The command:
curl -sL https://coreelec.io/birdnet | bash
did not produce the output as per the instructions. It seemed to fail quietly with no error messages. The terminal prompt just returned to the next line. It didn’t ask for any input and didn’t complain of any errors. This happened within a few seconds of running the curl command.
Consequently I have been unable to install the birdnet image on my Raspberry Pi. has there been any change to the aforementioned curl command? Is it not suitable for a Raspberry Pi 5 ? any help appreciated. thanks.