diff options
Diffstat (limited to 'src/librefetch/librefetch.conf')
-rw-r--r-- | src/librefetch/librefetch.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/librefetch/librefetch.conf b/src/librefetch/librefetch.conf new file mode 100644 index 0000000..7251ff3 --- /dev/null +++ b/src/librefetch/librefetch.conf @@ -0,0 +1,7 @@ +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' |