upgrade to debian 12 ๐ ๐ชฑ
Closed this issue ยท 2 comments
DannyDannyDanny commented
Thought: on some systems I can't control what debian version is installed. It would be nice to have a script that would effectively upgrade the system to debian 12
Simple upgrade src
Edit the file /etc/apt/sources.list and replace bullseye with bookworm
sudo apt update
sudo apt upgrade --without-new-pkgs (for minimal upgrade)
sudo apt full-upgrade for full upgrade
wsl --shutdown & wsl -d Debian
cat /etc/debian_version
also links to upgrade article
DannyDannyDanny commented
moved to README in commit ec391ed. Also see edit history.
DannyDannyDanny commented
Don't force-upgrade to Debian 12. Upgrade individual dependencies.