update draft raspi notes

main
Dominic Reich 10 months ago
parent fda03812fe
commit 9ea30b3374
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -39,6 +39,40 @@ You can view networks with (no need for _sudo_):
$ nmcli device wifi list
~~~
### Moving to testing (from bookworm)
First of all, upgrade to the latest packages.
~~~console
$ sudo apt update && sudo apt upgrade
~~~
Now change the release name (e.g. `bookworm`) to `testing` in `/etc/apt/sources.list`:
~~~
deb http://deb.debian.org/debian testing main contrib non-free non-free-firmware
deb http://deb.debian.org/debian-security/ testing-security main contrib non-free non-free-firmware
deb http://deb.debian.org/debian testing-updates main contrib non-free non-free-firmware
~~~
Then update step by step.
~~~console
$ sudo apt update
$ sudo apt upgrade
~~~
> Restart services during package upgrades without asking?
Answer with <kbd>Yes</kbd>.
Finish the update:
~~~console
$ sudo apt full-upgrade
$ sudo reboot
~~~
## Raspberry Pi 3
## Raspberry Pi 2

Loading…
Cancel
Save