diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2023-01-22 19:29:11 +0100 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2023-01-22 19:29:11 +0100 |
commit | 9c990fca729353b9076cf109e732fd2a55573d81 (patch) | |
tree | 45d95155eacad886c1fc70d2e3d8edea61ad7376 /pacman.conf | |
parent | a3600e528b02f8ba965ec3fac46f681088bf8338 (diff) |
2023 update
Diffstat (limited to 'pacman.conf')
-rw-r--r-- | pacman.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pacman.conf b/pacman.conf index 9d895e9..5ee6c1e 100644 --- a/pacman.conf +++ b/pacman.conf @@ -2,8 +2,6 @@ # /etc/pacman.conf # # See the pacman.conf(5) manpage for option and repository directives -# -# SPDX-License-Identifier: GPL-3.0-or-later # # GENERAL OPTIONS @@ -33,10 +31,11 @@ Architecture = auto # Misc options #UseSyslog #Color -#TotalDownload +#NoProgressBar # We cannot check disk space from within a chroot environment #CheckSpace #VerbosePkgLists +ParallelDownloads = 5 # 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. |