Jafner.net/homelab/docs/Upgrade from Debian 10 (Buster) to 11 (Bullseye).md
Joey Hafner 6086222503
Reorganize root level of repo.
- Move homelab, Jafner.dev (now called blog) to root.
- Rename "archived projects" -> "archive"
- Rename "active projects" -> "projects"
- Rename "jafner-homebrew" -> "5ehomebrew"
- Rename "docker-llm-amd" -> "local-ai"
2024-07-16 12:17:55 -07:00

4 lines
304 B
Markdown

1. Edit the contents of `/etc/apt/sources.list` as sudo. Make it match the [default Debian 11 sources.list](https://wiki.debian.org/SourcesList#Example_sources.list), using the contrib, non-free additional components.
2. Run `sudo apt update && sudo apt upgrade`
3. Run `sudo apt full-upgrade`
4. Reboot.