From 425dc970995898e1dff0446bd99fbf5cddf7655d Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Wed, 13 Dec 2023 19:48:56 +0100 Subject: [PATCH] update draft raspi notes --- content/notes/raspberry-pi/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/notes/raspberry-pi/index.md b/content/notes/raspberry-pi/index.md index b6b5356..58528de 100644 --- a/content/notes/raspberry-pi/index.md +++ b/content/notes/raspberry-pi/index.md @@ -41,6 +41,14 @@ $ nmcli device wifi list ### Moving to testing (from bookworm) +Why would you want to do that in the first place? Well, most +packages on debian _stable_ are quite old -- hence the name _stable_. + +If you need newer packages, you should consider moving to the _testing_ +branch. I moved my Raspberry Pi 4 to _testing_ because of the starship +prompt that I use on my computers -- it needed a newer version of the +`rustc` package. + First of all, upgrade to the latest packages. ~~~console