aboutsummaryrefslogtreecommitdiffstats
path: root/config.sh
blob: f358558026c5a4d39f3e72301ae99dc4f73fb393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## Default config.sh
#
# Here one can change the settings used to update the mirrors
# configuration file.

# The base URL for Archlinux's mirror list
url="https://www.archlinux.org/mirrorlist"

# Mirrors in which countries should be selected
countries=("BE" "NL")

# Mirrors with which protocols should be selected
protocols=("http" "https")

# Mirrors with which IP versions should be selected
ip_versions=(4)

# Should the mirror status be used to select mirrors
use_mirror_status="on"

# Where should the mirror list be saved.
dest="/etc/pacman.d/mirrorlist"