File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111``` bash
1212apt update
1313apt 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
2222apt update
2323```
2424最后安装pivot lang编译器:
You can’t perform that action at this time.
0 commit comments