Some checks failed
Build Arch Packages and Update Repo / build (push) Has been cancelled
15 lines
324 B
Markdown
15 lines
324 B
Markdown
# 自定义源仓库 Arch Linux
|
||
# Pacman.conf
|
||
|
||
添加自定义源
|
||
|
||
[custom]
|
||
SigLevel = Optional TrustAll
|
||
Server = http://192.168.10.207:3000/zj/custompkgs/raw/x86_64/
|
||
#Server = http://git.yuyujing.cn/zj/custompkgs/raw/x86_64/
|
||
|
||
|
||
|
||
#示例
|
||
|
||
添加 PKGBUILD 到 package文件,将自动构建并添加到仓库 |