mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Update
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
parent
588b1f5d49
commit
10b34a23bd
9 changed files with 488 additions and 17 deletions
|
|
@ -22,7 +22,7 @@ HoldPkg = pacman glibc
|
|||
Architecture = auto
|
||||
|
||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
||||
IgnorePkg = linux-lts linux-lts-headers linux-api-headers linux-tkg-muqss-zen2 linux-tkg-muqss-zen2-headers chaotic-nvidia-dkms-tkg chaotic-nvidia-settings-tkg chaotic-nvidia-opencl-tkg chaotic-nvidia-utils-tkg nvidia-dkms nvidia-settings nvidia-utils opencl-nvidia
|
||||
#IgnorePkg =
|
||||
#IgnoreGroup =
|
||||
|
||||
#NoUpgrade =
|
||||
|
|
@ -35,7 +35,7 @@ IgnorePkg = linux-lts linux-lts-headers linux-api-headers linux-tkg-muqss-zen2
|
|||
#CheckSpace
|
||||
#VerbosePkgLists
|
||||
Color
|
||||
TotalDownload
|
||||
ParallelDownloads = 6
|
||||
VerbosePkgLists
|
||||
ILoveCandy
|
||||
|
||||
|
|
@ -72,8 +72,8 @@ LocalFileSigLevel = Optional
|
|||
# repo name header and Include lines. You can add preferred servers immediately
|
||||
# after the header, and they will be used before the default mirrors.
|
||||
|
||||
[testing]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
# [testing]
|
||||
# Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[core]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
|
@ -81,8 +81,8 @@ Include = /etc/pacman.d/mirrorlist
|
|||
[extra]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[community-testing]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
# [community-testing]
|
||||
# Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[community]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
|
@ -90,8 +90,8 @@ 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-testing]
|
||||
# Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[multilib]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
|
@ -103,11 +103,11 @@ Include = /etc/pacman.d/mirrorlist
|
|||
#Server = file:///home/custompkgs
|
||||
|
||||
[chaotic-aur]
|
||||
Server = https://builds.garudalinux.org/repos/$repo/$arch
|
||||
Include = /etc/pacman.d/chaotic-mirrorlist
|
||||
|
||||
[blackarch]
|
||||
Include = /etc/pacman.d/blackarch-mirrorlist
|
||||
Server = https://blackarch.org/blackarch/$repo/os/$arch
|
||||
#SigLevel = Never
|
||||
|
||||
[archlinuxcn]
|
||||
Server = http://repo.archlinuxcn.org/$arch
|
||||
|
||||
Include = /etc/pacman.d/archlinuxcn-mirrorlist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue