Skip to content

Instantly share code, notes, and snippets.

@minimum-necessary-change
Created December 16, 2020 17:20
Show Gist options
  • Save minimum-necessary-change/74ff193c14a3ba72d3b798f97d846c4e to your computer and use it in GitHub Desktop.
Save minimum-necessary-change/74ff193c14a3ba72d3b798f97d846c4e to your computer and use it in GitHub Desktop.
Armbian - Upgrade Stretch to Buster
cp /etc/apt/sources.list /etc/apt/sources.list.backup
sed -i 's|stretch|buster|g' /etc/apt/sources.list
apt update && apt -y upgrade && apt -y dist-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment