From a73b9a9045931682e8802a9a729e903f34808979 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 11 Dec 2023 23:55:41 +0100 Subject: [PATCH] Update pacman conf Signed-off-by: Knut Ahlers --- pacman.conf | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pacman.conf b/pacman.conf index c0a991c..7461ca2 100644 --- a/pacman.conf +++ b/pacman.conf @@ -1,10 +1,12 @@ [options] -HoldPkg = pacman glibc +HoldPkg = pacman glibc Architecture = auto +ParallelDownloads = 10 + CheckSpace -SigLevel = Required DatabaseOptional +SigLevel = Required DatabaseOptional LocalFileSigLevel = Optional [core] @@ -12,10 +14,7 @@ Include = /etc/pacman.d/mirrorlist [luzifer] SigLevel = Required -Server = https://s3-eu-west-1.amazonaws.com/arch-luzifer-io/repo/$arch +Server = https://archrepo.hub.luzifer.io/$arch [extra] Include = /etc/pacman.d/mirrorlist - -[community] -Include = /etc/pacman.d/mirrorlist