Due to SHA1 deprecation, apt updates may fail when SHA1 has values are present in the keyring. To fix Armbian instances running on single board computers, update the keyring, update apt and then install updates.
wget -qO – https://apt.armbian.com/armbian.key | gpg –dearmor | sudo tee /usr/share/keyrings/armbian.gpg > /dev/null
sudo apt update -y
sudo apt upgrade -y
Leave a Reply