From bfe99ee70aaccf41fd91da2783b07562cc2685a1 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Mon, 23 Sep 2024 09:14:50 +0200 Subject: [PATCH] Update pacman configuration --- templates/pacman.j2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/pacman.j2 b/templates/pacman.j2 index eec494e..76ce942 100644 --- a/templates/pacman.j2 +++ b/templates/pacman.j2 @@ -37,10 +37,11 @@ Architecture = auto #UseSyslog #Color #NoProgressBar -#TotalDownload CheckSpace VerbosePkgLists ParallelDownloads = 5 +DownloadUser = alpm +#DisableSandbox # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. @@ -75,7 +76,7 @@ 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. -#[testing] +#[core-testing] #Include = /etc/pacman.d/mirrorlist [core]