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 | 26f27b8aec58c8f29abf88fb75babfbd83f7d5b2 (patch) | |
tree | 756a7c18868411b84102307e1c673549ae3053b8 | |
parent | 96a65263a5d41b16f0f0dd5d4669472ef799a015 (diff) |
pacdiff
-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 c69c6c5f..5dad9272 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. |