fix: update following upstream

This commit is contained in:
Kuoi 2023-05-22 14:00:14 +08:00 committed by GitHub
parent 64a9d08d36
commit 2cef486388
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,10 +32,9 @@ Architecture = auto
#UseSyslog #UseSyslog
#Color #Color
#NoProgressBar #NoProgressBar
# We cannot check disk space from within a chroot environment 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.
@ -70,22 +69,19 @@ 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.
#[testing] #[core-testing]
#Include = /etc/pacman.d/mirrorlist #Include = /etc/pacman.d/mirrorlist
[core] [core]
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/mirrorlist
[bioarchlinux] [bioarchlinux]
Include = /etc/pacman.d/mirrorlist.bio Server = https://repo.bioarchlinux.org/$arch
#[community-testing] #[extra-testing]
#Include = /etc/pacman.d/mirrorlist #Include = /etc/pacman.d/mirrorlist
[community] [extra]
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
# 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,