Skip to content

Instantly share code, notes, and snippets.

@sfloess
Last active July 14, 2019 02:26
Show Gist options
  • Save sfloess/03c42d368f2f5e5ad239c7ae5c48301f to your computer and use it in GitHub Desktop.
Save sfloess/03c42d368f2f5e5ad239c7ae5c48301f to your computer and use it in GitHub Desktop.
Raspbian Tips and Tricks

Raspbian

Helpful tips and tricks for Raspbian.

Upgrading to Buster

To upgrade your existing Raspbian OS from Stretch to Buster, perform the following:

  1. apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 04EE7237B7D453EC 648ACFD622F3D138
  2. grep -rl stretch /etc/apt/ | sudo xargs sed -i 's/stretch/buster/g'
  3. apt update -y && apt dist-upgrade -y
  4. reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment