diff options
author | xyz <gky44px1999@gmail.com> | 2022-06-14 22:02:04 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-06-14 22:02:04 -0700 |
commit | 878a869d1bce371cd91a4683f2aacad7a06a2096 (patch) | |
tree | 2aa8d1d8d59661c80a472c1abb465c9877838402 /etc/pacman.conf | |
parent | 093a04d51a4247d2bff421bccf34823147734c3d (diff) |
move my custom local fly repo before other repos
Diffstat (limited to 'etc/pacman.conf')
-rw-r--r-- | etc/pacman.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf index 299b591b..029a5201 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -69,6 +69,10 @@ LocalFileSigLevel = Optional # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. +[fly] +SigLevel = Optional +Server = file:///home/xyz/programs/repos/$repo/$arch + #[testing] #Include = /etc/pacman.d/mirrorlist @@ -98,7 +102,3 @@ Include = /etc/pacman.d/mirrorlist #[custom] #SigLevel = Optional TrustAll #Server = file:///home/custompkgs - -[fly] -SigLevel = Optional -Server = file:///home/xyz/programs/repos/$repo/$arch |