Some checks failed
Build Arch Packages and Update Repo / build (push) Has been cancelled
16 lines
406 B
Markdown
16 lines
406 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文件,将自动构建,添加并更新仓库
|
||
添加 .pkg.tar.zst 安装包 到 x86 文件夹,将自动更新仓库 |