14 lines
248 B
Markdown
14 lines
248 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/
|
|
|