diff options
author | Tharre <tharre3@gmail.com> | 2023-04-25 10:54:47 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2023-04-25 10:55:13 +0200 |
commit | 9ea8d93ccf1f514809278f659e2f32b0d6f6b288 (patch) | |
tree | 79843feae3ee96f86d2d6d3ef647cd00ee66a32a /arch-system | |
parent | 528620be31f8b94afe84bae3c8b5226fba547445 (diff) | |
download | pkgbuilds-9ea8d93ccf1f514809278f659e2f32b0d6f6b288.tar.gz pkgbuilds-9ea8d93ccf1f514809278f659e2f32b0d6f6b288.tar.xz pkgbuilds-9ea8d93ccf1f514809278f659e2f32b0d6f6b288.zip |
arch-system: include custom repo in pacman.conf
Diffstat (limited to 'arch-system')
-rw-r--r-- | arch-system/etc-pacman.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch-system/etc-pacman.conf b/arch-system/etc-pacman.conf index f649764..2251518 100644 --- a/arch-system/etc-pacman.conf +++ b/arch-system/etc-pacman.conf @@ -98,3 +98,7 @@ Include = /etc/pacman.d/mirrorlist #[custom] #SigLevel = Optional TrustAll #Server = file:///home/custompkgs + +[custom] +SigLevel = Required +Server = https://github.com/Tharre/pkgbuilds/releases/download/repository/ |