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
|
||||
#
|
||||
# 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue