diff options
Diffstat (limited to 'linhes/linhes-templates/templates/pacman.conf.template')
-rw-r--r-- | linhes/linhes-templates/templates/pacman.conf.template | 10 |
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/ |