To get this project working with most recent Raspberry Pi OS (Lite image dated 04/04/2022) I had to comment out dtparam=audio=on in /boot/config.txt to disable the onboard audio after running the installer.
I think I've seen similar behaviour with other one line installers that should disable the audio, and don't! (see pimoroni/unicorn-hat#148)
To get this project working with most recent Raspberry Pi OS (Lite image dated 04/04/2022) I had to comment out
dtparam=audio=onin/boot/config.txtto disable the onboard audio after running the installer.I think I've seen similar behaviour with other one line installers that should disable the audio, and don't! (see pimoroni/unicorn-hat#148)