diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2024-09-14 16:13:59 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2024-09-14 16:25:33 -0700 |
commit | b7ba2dd97822e5b2725e2311afeb54839dcfd71f (patch) | |
tree | c4358b96df849479e3b47ff6850ff6ea8ae0f404 /etc/pacman.conf | |
parent | 83906523ac1beaa081655dc4709a2ab215c54adf (diff) |
pacdiff
Diffstat (limited to 'etc/pacman.conf')
-rw-r--r-- | etc/pacman.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf index 7aee13e5..ecd4334d 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -35,6 +35,8 @@ Color CheckSpace #VerbosePkgLists ParallelDownloads = 8 +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. |