20 lines
379 B
PacmanConf
20 lines
379 B
PacmanConf
|
# Configuration
|
||
|
[options]
|
||
|
HoldPkg = pacman glibc
|
||
|
Architecture = auto
|
||
|
Color
|
||
|
CheckSpace
|
||
|
ParallelDownloads = 30
|
||
|
SigLevel = Required DatabaseOptional
|
||
|
LocalFileSigLevel = Optional
|
||
|
|
||
|
# Repositories
|
||
|
[core]
|
||
|
Include = /etc/pacman.d/mirrorlist
|
||
|
[extra]
|
||
|
Include = /etc/pacman.d/mirrorlist
|
||
|
[multilib]
|
||
|
Include = /etc/pacman.d/mirrorlist
|
||
|
[chaotic-aur]
|
||
|
Include = /etc/pacman.d/chaotic-mirrorlist
|