added/updated pacman.conf
This commit is contained in:
parent
5465e185ab
commit
36516fc1dd
1 changed files with 13 additions and 15 deletions
28
pacman.conf
28
pacman.conf
|
|
@ -33,9 +33,7 @@ Architecture = auto
|
||||||
#Color
|
#Color
|
||||||
#NoProgressBar
|
#NoProgressBar
|
||||||
CheckSpace
|
CheckSpace
|
||||||
#VerbosePkgLists
|
#VerbosePkgLists #ParallelDownloads = 5
|
||||||
#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.
|
||||||
SigLevel = Required DatabaseOptional
|
SigLevel = Required DatabaseOptional
|
||||||
|
|
@ -69,8 +67,8 @@ LocalFileSigLevel = Optional
|
||||||
# repo name header and Include lines. You can add preferred servers immediately
|
# repo name header and Include lines. You can add preferred servers immediately
|
||||||
# after the header, and they will be used before the default mirrors.
|
# after the header, and they will be used before the default mirrors.
|
||||||
|
|
||||||
[gremlins]
|
#[gremlins]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[system]
|
[system]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
@ -78,26 +76,26 @@ Include = /etc/pacman.d/mirrorlist
|
||||||
[world]
|
[world]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[galaxy-gremlins]
|
#[galaxy-gremlins]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[galaxy]
|
[galaxy]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[testing]
|
#[testing]
|
||||||
Include = /etc/pacman.d/mirrorlist-arch
|
#Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
Include = /etc/pacman.d/mirrorlist-arch
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
[community-testing]
|
#[community-testing]
|
||||||
Include = /etc/pacman.d/mirrorlist-arch
|
#Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
[community]
|
[community]
|
||||||
Include = /etc/pacman.d/mirrorlist-arch
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
[multilib-testing]
|
#[multilib-testing]
|
||||||
Include = /etc/pacman.d/mirrorlist-arch
|
#Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
[multilib]
|
[multilib]
|
||||||
Include = /etc/pacman.d/mirrorlist-arch
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
@ -105,8 +103,8 @@ Include = /etc/pacman.d/mirrorlist-arch
|
||||||
# If you want to run 32 bit applications on your x86_64 system,
|
# If you want to run 32 bit applications on your x86_64 system,
|
||||||
# enable the lib32 repositories as required here.
|
# enable the lib32 repositories as required here.
|
||||||
|
|
||||||
[lib32-gremlins]
|
#[lib32-gremlins]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[lib32]
|
[lib32]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue