25
Upgraded to Bullseye
I upgraded this server from Debian Buster to Bullseye. Here’s how that went:
sudo apt update && sudo apt upgrade
sudo vi /etc/apt/sources.list
to change buster to bullseye, and bullseye/update to bullseye-securitysudo apt update && sudo apt upgrade --without-new-pkgs
sudo apt full-upgrade
sudo apt autoremove
Sure, this server only serves static webpages,
but that was fairly straightforward.
It was only ~150 MB as well.
However, I think it pales in comparison to a good ol’ pacman -Syu
!