Skip to content

Commit aee2440

Browse files
committed
fix package names.
1 parent 724d7b8 commit aee2440

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

content/aosc-os/devices/raspberrypi/4b/installation.md

-6
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,6 @@ apt update
207207

208208
and
209209

210-
```sh
211-
apt install linux+kernel+rpi64
212-
```
213-
214-
Or you would prefer LTS branch:
215-
216210
```sh
217211
apt install linux+kernel+rpi64+lts
218212
```

content/aosc-os/devices/raspberrypi/4b/installation.zh.md

-6
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,6 @@ genfstab -p -U / | sed -e '/swap/d' >> /etc/fstab
199199

200200
可以直接执行
201201

202-
```sh
203-
apt install linux+kernel+rpi64
204-
```
205-
206-
若更倾向使用 LTS 分支的内核::
207-
208202
```sh
209203
apt install linux+kernel+rpi64+lts
210204
```

0 commit comments

Comments
 (0)