All of my Systems which are running DietPi throw the following exception on apt-get update.
Is this related to the Debian 10 “Buster” release?
Failed to fetch http://fuzon.co.uk/meveric/dists/stretch/backports/binary-arm64/Packages
All of my Systems which are running DietPi throw the following exception on apt-get update.
Is this related to the Debian 10 “Buster” release?
Failed to fetch http://fuzon.co.uk/meveric/dists/stretch/backports/binary-arm64/Packages
Try again later…the repo might be down…or have heavy load
I run on the same issue on a brand new Odroid N2 setup yesterday - it seems fuzon.co.uk was down (it is up again now).
To overcome, the following worked for me:
Change http://fuzon.co.uk/meveric with https://oph.mdrjr.net/meveric in /etc/apt/sources.list.d/meveric.list* and it should work again.
The following sed statement did the trick :
# sed -i -e 's/http:\/\/fuzon.co.uk\/meveric/https:\/\/oph.mdrjr.net\/meveric/' /etc/apt/sources.list.d/meveric-*.list