DannyDannyDanny / dotfiles

how i like my dev machine
MIT License
1 stars 0 forks source link

upgrade to debian 12 📖 🪱 #5

Closed DannyDannyDanny closed 9 months ago

DannyDannyDanny commented 1 year 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

DannyDannyDanny commented 9 months ago

moved to README in commit ec391ed. Also see edit history.

DannyDannyDanny commented 9 months ago

Don't force-upgrade to Debian 12. Upgrade individual dependencies.