Open acguardia opened 1 year ago
duplicate of #52 There is a working alternative image on: https://github.com/redrathnure/armbian-mkspi. But be careful, if the kernel is upgraded, the ethernet interface and the screen won't work anymore (appeared on the current week). See https://github.com/redrathnure/armbian-mkspi#package-updates-via-apt-update how to freeze the kernel updates.
If anyone else is looking for a simpler workaround which doesn't involve upgrading debian, I was able to manually force KIAUH to install the legacy/v3 branch of crowsnest. It is of course outdated but at least it works!
cd ~ && mv kiauh/ kiauh_old/
git clone https://github.com/dw-0/kiauh.git
nano kiauh/scripts/crowsnest.sh
and change the branch name on line 37 from master
to legacy/v3
. Save and close.sudo rm -r crowsnest/
kiauh/kiauh.sh
and install crowsnest as usual.
Debian 10 (buster) has reached end of life.
Therefore, crowsnest has also ended support for it.
Please upgrade to a supported OS release, we are sorry for the inconvenience.