summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-templates/templates
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2022-12-08 18:48:36 (GMT)
committerBritney Fransen <brfransen@gmail.com>2022-12-08 18:48:36 (GMT)
commite033548e7125e926b34f4dd7c61a2a3a38a0e974 (patch)
tree29af8cca225a08d0dd76446bf09d756f67213eef /linhes/linhes-templates/templates
parent0d1d564592bc83718c49dab11d9b1cb6c9ceec9f (diff)
downloadlinhes_pkgbuild-e033548e7125e926b34f4dd7c61a2a3a38a0e974.zip
linhes_pkgbuild-e033548e7125e926b34f4dd7c61a2a3a38a0e974.tar.gz
linhes_pkgbuild-e033548e7125e926b34f4dd7c61a2a3a38a0e974.tar.bz2
linhes-template: pacman.conf.template: move linhes repos above core
Diffstat (limited to 'linhes/linhes-templates/templates')
-rw-r--r--linhes/linhes-templates/templates/pacman.conf.template10
1 files changed, 5 insertions, 5 deletions
diff --git a/linhes/linhes-templates/templates/pacman.conf.template b/linhes/linhes-templates/templates/pacman.conf.template
index 90fd6ea..89af0f2 100644
--- a/linhes/linhes-templates/templates/pacman.conf.template
+++ b/linhes/linhes-templates/templates/pacman.conf.template
@@ -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,8 +104,3 @@ Include = /etc/pacman.d/mirrorlist
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs
-
-#[linhes]
-[linhes-testing]
-SigLevel = Optional TrustAll
-Server = http://linhes.org/repo/$arch/$repo/