updated help for arch4edu

added instructions to import gpg key
This commit is contained in:
Jingbei Li 2019-05-24 13:48:38 +08:00
parent 3d05a112cb
commit 8fca6dc6fc

View File

@ -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]