From b3a3656e0ede3d4b619af8e7163623fa46b21e7d Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 24 Mar 2025 19:21:51 +0100 Subject: [PATCH] Update pacman.conf --- system/etc/pacman.conf | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/system/etc/pacman.conf b/system/etc/pacman.conf index f6cda0f..1893e32 100644 --- a/system/etc/pacman.conf +++ b/system/etc/pacman.conf @@ -35,6 +35,8 @@ Color 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. @@ -69,19 +71,16 @@ 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] Include = /etc/pacman.d/mirrorlist -[extra] -Include = /etc/pacman.d/mirrorlist - -#[community-testing] +#[extra-testing] #Include = /etc/pacman.d/mirrorlist -[community] +[extra] Include = /etc/pacman.d/mirrorlist # If you want to run 32 bit applications on your x86_64 system,