Created
December 16, 2020 17:20
-
-
Save minimum-necessary-change/74ff193c14a3ba72d3b798f97d846c4e to your computer and use it in GitHub Desktop.
Armbian - Upgrade Stretch to Buster
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
| 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