Skip to content

Instantly share code, notes, and snippets.

@Ne00n
Created June 20, 2020 19:50
Show Gist options
  • Save Ne00n/e867bfda35753f968635469426dc4897 to your computer and use it in GitHub Desktop.
Save Ne00n/e867bfda35753f968635469426dc4897 to your computer and use it in GitHub Desktop.
apt-get update
apt-get upgrade
apt-get dist-upgrade
sed -i 's/stretch/buster/g' /etc/apt/sources.list
sed -i 's/stretch/buster/g' /etc/apt/sources.list.d/pve-install-repo.list
apt-get update
apt-get upgrade
apt-get dist-upgrade
#Optional clean kernels
dpkg --list|grep pve-kernel
apt purge pve-kernel-4.15.18-29-pve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment