You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: linux/kernel/updating.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@ If you use the standard Raspbian update/upgrade process (found [here](../../rasp
8
8
9
9
To use rpi-update, execute it using sudo as follows:
10
10
11
-
```sudo rpi-update
11
+
```
12
+
sudo rpi-update
13
+
```
12
14
13
15
The `rpi-update` utility will download the Linux kernel and Raspberry Pi firmware that are currently being tested and install them onto your Pi. Note that `rpi-update` does not provide a way to revert the changes that it makes to your system.
0 commit comments