Skip to content

Instantly share code, notes, and snippets.

@sihorton
Last active August 31, 2018 20:32
Show Gist options
  • Save sihorton/6470eb600ca6f141d0a14b9e77715915 to your computer and use it in GitHub Desktop.
Save sihorton/6470eb600ca6f141d0a14b9e77715915 to your computer and use it in GitHub Desktop.
odroid upgrade to 1806
loadkeys se
#fix issues with ports.ubuntu.com not resolving
echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null
sudo apt-get install update-manager-core
sudo do-release-upgrade
#fix broken package state after upgrade
sudo apt install python3-aptdaemon
#then do further upgrades
sudo apt update
sudo apt upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment