From 750a82d91df8ea08850d8a51818b5b9767b27b57 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Sun, 15 Sep 2024 01:04:13 +0200 Subject: [PATCH] [pacman.conf] update to add `DownloadUser = alpm` option added with the pacman 7 update --- airootfs/etc/pacman.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/airootfs/etc/pacman.conf b/airootfs/etc/pacman.conf index a1a9d60b..4a77e014 100644 --- a/airootfs/etc/pacman.conf +++ b/airootfs/etc/pacman.conf @@ -36,6 +36,8 @@ ILoveCandy #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.