Last active
August 31, 2018 20:32
-
-
Save sihorton/6470eb600ca6f141d0a14b9e77715915 to your computer and use it in GitHub Desktop.
odroid upgrade to 1806
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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