60 lines
1.6 KiB
PacmanConf
60 lines
1.6 KiB
PacmanConf
#
|
|
# /etc/pacman.conf
|
|
#
|
|
# See the pacman.conf(5) manpage for option and repository directives
|
|
|
|
[options]
|
|
# The following paths are commented out with their default values listed.
|
|
# If you wish to use different paths, uncomment and update the paths.
|
|
#RootDir = /
|
|
#DBPath = /var/lib/pacman/
|
|
#DBPath = /usr/lib/holo/pacmandb/
|
|
#CacheDir = /var/cache/pacman/pkg/
|
|
#LogFile = /var/log/pacman.log
|
|
#GPGDir = /etc/pacman.d/gnupg/
|
|
#HookDir = /etc/pacman.d/hooks/
|
|
HoldPkg = pacman glibc
|
|
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
|
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
|
#CleanMethod = KeepInstalled
|
|
Architecture = auto
|
|
|
|
#UseSyslog
|
|
Color
|
|
#TotalDownload
|
|
CheckSpace
|
|
#VerbosePkgLists
|
|
ParallelDownloads = 10
|
|
|
|
SigLevel = Required DatabaseOptional
|
|
LocalFileSigLevel = Optional
|
|
|
|
[core]
|
|
Server = http://mirror.yandex.ru/archlinux/$repo/os/$arch
|
|
|
|
[extra]
|
|
Server = http://mirror.yandex.ru/archlinux/$repo/os/$arch
|
|
|
|
[jupiter-3.5]
|
|
Server = https://steamdeck-packages.steamos.cloud/archlinux-mirror/$repo/os/$arch
|
|
SigLevel = Never
|
|
|
|
[holo-3.5]
|
|
Server = https://steamdeck-packages.steamos.cloud/archlinux-mirror/$repo/os/$arch
|
|
SigLevel = Never
|
|
|
|
[core-3.5]
|
|
Server = https://steamdeck-packages.steamos.cloud/archlinux-mirror/$repo/os/$arch
|
|
SigLevel = Never
|
|
|
|
[extra-3.5]
|
|
Server = https://steamdeck-packages.steamos.cloud/archlinux-mirror/$repo/os/$arch
|
|
SigLevel = Never
|
|
|
|
[community-3.5]
|
|
Server = https://steamdeck-packages.steamos.cloud/archlinux-mirror/$repo/os/$arch
|
|
SigLevel = Never
|
|
|
|
[multilib-3.5]
|
|
Server = https://steamdeck-packages.steamos.cloud/archlinux-mirror/$repo/os/$arch
|
|
SigLevel = Never |