summaryrefslogtreecommitdiff
path: root/src/librefetch/librefetch.conf
blob: d92683f82bfa23743da00a67e3bcb644bebf0295 (plain)
1
2
3
4
5
6
7
8
9
10
#!/hint/bash
# shellcheck disable=2034

MIRRORS=(
	'https://repo.parabola.nu/sources/'
	'https://repo.parabola.nu/other/'
	'https://repo.parabolagnulinux.org/sources/'
	'https://repo.parabolagnulinux.org/other/'
)
DOWNLOADER='/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'