Skip to content

Commit 0710108

Browse files
committed
fix: wrong apt repo
1 parent d52a290 commit 0710108

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

book/src/tutorial/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ TODO
1111
```bash
1212
apt update
1313
apt install wget gnupg
14-
wget -O - https://apt.lang.pivotstudio.cn/public.key | apt-key add -
14+
wget -O - https://lang.pivotstudio.cn/apt/public.key | apt-key add -
1515
```
1616
然后添加我们的apt源:
1717
```bash
18-
echo "deb [arch=amd64] https://apt.lang.pivotstudio.cn/repo focal main
19-
# deb-src [arch=amd64] https://apt.lang.pivotstudio.cn/repo focal main
20-
deb [arch=amd64] https://apt.lang.pivotstudio.cn/repo jammy main
21-
# deb-src [arch=amd64] https://apt.lang.pivotstudio.cn/repo jammy main">/etc/apt/sources.list.d/pl.list
18+
echo "deb [arch=amd64] https://lang.pivotstudio.cn/apt/repo focal main
19+
# deb-src [arch=amd64] https://lang.pivotstudio.cn/apt/repo focal main
20+
deb [arch=amd64] https://lang.pivotstudio.cn/apt/repo jammy main
21+
# deb-src [arch=amd64] https://lang.pivotstudio.cn/apt/repo jammy main">/etc/apt/sources.list.d/pl.list
2222
apt update
2323
```
2424
最后安装pivot lang编译器:

0 commit comments

Comments
 (0)