DannyDannyDanny/dotfiles

upgrade to debian 12 ๐Ÿ“– ๐Ÿชฑ

Closed this issue ยท 2 comments

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.