Files
custompkgs/README.md
zj 004322b991
Some checks failed
Build Arch Packages and Update Repo / build (push) Has been cancelled
更新 README.md
2025-11-28 01:46:34 +08:00

15 lines
324 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 自定义源仓库 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文件将自动构建并添加到仓库