From d0616e9755a05a258a17e7c2cb4be1cb28184d99 Mon Sep 17 00:00:00 2001 From: nate contino Date: Wed, 8 Nov 2023 15:00:36 +0000 Subject: [PATCH] Trim down 'get back to safety' instructions Closes https://github.com/raspberrypi/documentation/issues/3268 --- documentation/asciidoc/computers/os/updating.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/os/updating.adoc b/documentation/asciidoc/computers/os/updating.adoc index b9dff38298..ef10c9f956 100644 --- a/documentation/asciidoc/computers/os/updating.adoc +++ b/documentation/asciidoc/computers/os/updating.adoc @@ -154,7 +154,7 @@ If you have done an `rpi-update` and things are not working as you wish, if your ---- sudo apt-get update -sudo apt install --reinstall libraspberrypi0 libraspberrypi-{bin,dev,doc} raspi-firmware +sudo apt install --reinstall raspi-firmware ---- NOTE: If you are still using Raspberry Pi OS Bullseye you will also need to reinstall the `raspberrypi-kernel` package.