Update pacman conf

This commit is contained in:
Sonny Bakker 2021-06-04 22:16:48 +02:00
parent b45c9e8c57
commit 838bcde048

View file

@ -2,7 +2,7 @@
# #
# /etc/pacman.conf # /etc/pacman.conf
# #
# Add platform specific settings in /etc/pacman.d/extra.conf # Add environment specific settings in /etc/pacman.d/extra.conf
# #
# See the pacman.conf(5) manpage for option and repository directives # See the pacman.conf(5) manpage for option and repository directives
@ -36,9 +36,11 @@ Architecture = auto
# Misc options # Misc options
#UseSyslog #UseSyslog
#Color #Color
#NoProgressBar
#TotalDownload #TotalDownload
CheckSpace CheckSpace
VerbosePkgLists VerbosePkgLists
ParallelDownloads = 5
# By default, pacman accepts packages signed by keys that its local keyring # 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. # trusts (see pacman-key and its man page), as well as unsigned packages.