From 3815cf23fa1a93bca799e95894d9a784af6ca6c4 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Sun, 15 Sep 2024 13:39:16 +1000 Subject: [PATCH] fix: update to pacman v7 --- bio/pacman.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bio/pacman.conf b/bio/pacman.conf index f57d5f7..7dc596d 100644 --- a/bio/pacman.conf +++ b/bio/pacman.conf @@ -35,6 +35,8 @@ Architecture = auto 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.