mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
updated help for arch4edu
added instructions to import gpg key
This commit is contained in:
parent
3d05a112cb
commit
8fca6dc6fc
|
|
@ -15,7 +15,22 @@ Arch4edu 是面向高校用户推出的非官方软件仓库,
|
|||
|
||||
### 使用方法
|
||||
|
||||
在 `/etc/pacman.conf` 文件末尾添加以下内容:
|
||||
* 导入 GPG key
|
||||
|
||||
```
|
||||
$ pacman-key --recv-keys 7931B6D628C8D3BA
|
||||
$ pacman-key --finger 7931B6D628C8D3BA
|
||||
$ pacman-key --lsign-key 7931B6D628C8D3BA
|
||||
```
|
||||
|
||||
* 在 `/etc/pacman.conf` 文件末尾添加以下内容:
|
||||
|
||||
```
|
||||
[arch4edu]
|
||||
Server = https://mirrors.tuna.tsinghua.edu.cn/arch4edu/$arch
|
||||
```
|
||||
|
||||
* [**不推荐**] 不导入 GPG key,并直接在 `/etc/pacman.conf` 文件末尾添加以下内容:
|
||||
|
||||
```
|
||||
[arch4edu]
|
||||
|
|
|
|||
Loading…
Reference in New Issue