Closed DannyDannyDanny closed 9 months ago
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
moved to README in commit ec391ed. Also see edit history.
Don't force-upgrade to Debian 12. Upgrade individual dependencies.
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
also links to upgrade article