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
#
# 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
@ -27,7 +27,7 @@ HoldPkg = pacman glibc
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
@ -36,9 +36,11 @@ Architecture = auto
# Misc options
#UseSyslog
#Color
#NoProgressBar
#TotalDownload
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.