Forked from nickfox-taterli/upgrade_raspbian_to_buster.sh
Created
July 30, 2019 11:27
-
-
Save SeppPenner/8030e8676ad0ff00997e9af96cb70e11 to your computer and use it in GitHub Desktop.
Upgrade Raspbian To Buster
This file contains 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
sudo sync | |
sudo apt-get update | |
sudo apt-get -y upgrade | |
sudo apt-get -y dist-upgrade | |
sudo sed -i 's/jessie/buster/g' /etc/apt/sources.list | |
sudo apt-get update | |
sudo apt-get -y upgrade | |
sudo apt-get -y dist-upgrade | |
sudo sync | |
#sudo reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment