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

16 lines
406 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文件将自动构建添加并更新仓库
添加 .pkg.tar.zst 安装包 到 x86 文件夹,将自动更新仓库