diff options
author | Britney Fransen <brfransen@gmail.com> | 2022-12-08 18:50:25 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2022-12-08 18:50:25 (GMT) |
commit | af00fb3a59832e76a7dfae33221cb23edc4bbc66 (patch) | |
tree | 0acfc426137bee5948b8f87b0a3f93428a58c715 /linhes/linhes-dev | |
parent | e033548e7125e926b34f4dd7c61a2a3a38a0e974 (diff) | |
download | linhes_pkgbuild-af00fb3a59832e76a7dfae33221cb23edc4bbc66.zip linhes_pkgbuild-af00fb3a59832e76a7dfae33221cb23edc4bbc66.tar.gz linhes_pkgbuild-af00fb3a59832e76a7dfae33221cb23edc4bbc66.tar.bz2 |
linhes-dev: LinHES9_iso: pacman.conf: move linhes repo above core
Diffstat (limited to 'linhes/linhes-dev')
-rw-r--r-- | linhes/linhes-dev/LinHES9_iso/cust_skel/pacman.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/linhes/linhes-dev/LinHES9_iso/cust_skel/pacman.conf b/linhes/linhes-dev/LinHES9_iso/cust_skel/pacman.conf index cb24f8c..89af0f2 100644 --- a/linhes/linhes-dev/LinHES9_iso/cust_skel/pacman.conf +++ b/linhes/linhes-dev/LinHES9_iso/cust_skel/pacman.conf @@ -70,6 +70,11 @@ 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. +#[linhes] +[linhes-testing] +SigLevel = Optional TrustAll +Server = http://linhes.org/repo/$arch/$repo/ + #[testing] #Include = /etc/pacman.d/mirrorlist @@ -99,7 +104,3 @@ Include = /etc/pacman.d/mirrorlist #[custom] #SigLevel = Optional TrustAll #Server = file:///home/custompkgs - -[linhes-testing] -SigLevel = Optional TrustAll -Server = http://linhes.org/repo/$arch/$repo/ |