diff options
author | xyz <gky44px1999@gmail.com> | 2022-06-14 18:17:58 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-06-14 18:17:58 -0700 |
commit | 093a04d51a4247d2bff421bccf34823147734c3d (patch) | |
tree | b3ec582b5170cc613109aaf761e899d73d74a7d3 /etc/pacman.conf | |
parent | 63209092e5f5a8f95dfd6ac20686979e74611a69 (diff) |
pacman.conf add local fly repo
Diffstat (limited to 'etc/pacman.conf')
-rw-r--r-- | etc/pacman.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf index 587e7301..299b591b 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -98,3 +98,7 @@ Include = /etc/pacman.d/mirrorlist #[custom] #SigLevel = Optional TrustAll #Server = file:///home/custompkgs + +[fly] +SigLevel = Optional +Server = file:///home/xyz/programs/repos/$repo/$arch |