Created
December 16, 2020 17:20
-
-
Save minimum-necessary-change/74ff193c14a3ba72d3b798f97d846c4e to your computer and use it in GitHub Desktop.
Revisions
-
minimum-necessary-change created this gist
Dec 16, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ 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