From 890f8b704f51a830f062a58259262ff24cbbaf9b Mon Sep 17 00:00:00 2001 From: Evgenii Alekseev Date: Mon, 16 Sep 2024 18:05:41 +0300 Subject: [PATCH] pacman 7.0.0 --- pacman-default.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pacman-default.conf b/pacman-default.conf index 1386992..ec6a84a 100644 --- a/pacman-default.conf +++ b/pacman-default.conf @@ -6,6 +6,7 @@ # # GENERAL OPTIONS # + # The following paths are commented out with their default values listed. # If you wish to use different paths, uncomment and update the paths. #RootDir = / @@ -35,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.