mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Add files via upload
This commit is contained in:
parent
fb8b45f7f6
commit
fa4e0e3870
1 changed files with 18 additions and 16 deletions
|
|
@ -16,14 +16,13 @@
|
|||
#GPGDir = /etc/pacman.d/gnupg/
|
||||
#HookDir = /etc/pacman.d/hooks/
|
||||
HoldPkg = pacman glibc
|
||||
#XferCommand = /usr/bin/curl -C - -f %u > %o
|
||||
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
||||
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
||||
#CleanMethod = KeepInstalled
|
||||
#UseDelta = 0.7
|
||||
Architecture = auto
|
||||
|
||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
||||
#IgnorePkg =
|
||||
IgnorePkg = linux-zen linux-zen-headers linux-ck-skylake linux-ck-skylake-headers linux linux-headers linux-api-headers
|
||||
#IgnoreGroup =
|
||||
|
||||
#NoUpgrade =
|
||||
|
|
@ -33,8 +32,12 @@ Architecture = auto
|
|||
#UseSyslog
|
||||
#Color
|
||||
#TotalDownload
|
||||
CheckSpace
|
||||
#CheckSpace
|
||||
#VerbosePkgLists
|
||||
Color
|
||||
TotalDownload
|
||||
VerbosePkgLists
|
||||
ILoveCandy
|
||||
|
||||
# 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.
|
||||
|
|
@ -72,24 +75,24 @@ LocalFileSigLevel = Optional
|
|||
#[testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
#[community-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
#[multilib-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[core]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[extra]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
#[community-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[community]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
# If you want to run 32 bit applications on your x86_64 system,
|
||||
# enable the multilib repositories as required here.
|
||||
|
||||
#[multilib-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[multilib]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
|
|
@ -99,11 +102,10 @@ Include = /etc/pacman.d/mirrorlist
|
|||
#SigLevel = Optional TrustAll
|
||||
#Server = file:///home/custompkgs
|
||||
|
||||
#[archlinuxfr]
|
||||
#Server = http://repo.archlinux.fr/$arch
|
||||
#SigLevel = Never
|
||||
|
||||
[archlinuxcn]
|
||||
Server = http://repo.archlinuxcn.org/$arch
|
||||
[blackarch]
|
||||
Server = https://blackarch.org/blackarch/blackarch/os/$arch
|
||||
SigLevel = Never
|
||||
Include = /etc/pacman.d/blackarch-mirrorlist
|
||||
|
||||
[repo-ck]
|
||||
Server = http://repo-ck.com/$arch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue