Update pacman conf
This commit is contained in:
parent
b45c9e8c57
commit
838bcde048
1 changed files with 4 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue