repo: add prebuild repo's information to readme
This commit is contained in:
parent
bad57973d8
commit
d8a355870f
33
README.md
33
README.md
@ -1,7 +1,34 @@
|
|||||||
# Pkgbulids
|
# Pkgbulids
|
||||||
|
|
||||||
此处存放了个人修改/提交的部分 ArchLiunx PKGBUILD, 方便对他们统一管理.
|
此处存放了个人编写/修改的部分 Arch Liunx PKGBUILD,以方便对他们统一管理。
|
||||||
|
|
||||||
## Links
|
## 预编译软件源
|
||||||
|
|
||||||
* [AUR 个人帐户页面](https://aur.archlinux.org/account/Puqns67)
|
如果需要预编译的软件包,本仓库提供预编译软件源(仅包含部分软件包),添加方法如下:
|
||||||
|
|
||||||
|
1. 导入我的 pgp 密钥至 pacman 可信密钥链,并在本地信任此密钥。
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pacman-key --keyserver "hkps://keys.openpgp.org" --recv-keys "me@puqns67.icu"
|
||||||
|
pacman-key --lsing-key "me@puqns67.icu"
|
||||||
|
```
|
||||||
|
|
||||||
|
2. 在 pacman.conf 中添加软件源。
|
||||||
|
|
||||||
|
```conf
|
||||||
|
[marisa]
|
||||||
|
Server = https://repo.puqns67.icu/$arch
|
||||||
|
```
|
||||||
|
|
||||||
|
3. 同步软件源缓存。
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pacman -Syu
|
||||||
|
```
|
||||||
|
|
||||||
|
* 虽然此处应该使用 Sy 来同步缓存,但是推荐使用 Syu 以在更新缓存时对整个系统进行更新,以避免出现异常情况(如找不到链接的共享库)。
|
||||||
|
|
||||||
|
## 相关连接
|
||||||
|
|
||||||
|
* [AUR 帐户](https://aur.archlinux.org/account/Puqns67)
|
||||||
|
* [软件源](https://repo.puqns67.icu/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user