diff options
-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/ |