From 2ca1bce59850d92bb2cb6eb6c8f69f4ba10acbd8 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 25 Apr 2013 15:55:41 -0400 Subject: initial implementation of librefetch --- src/librefetch/librefetch.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/librefetch/librefetch.conf (limited to 'src/librefetch/librefetch.conf') diff --git a/src/librefetch/librefetch.conf b/src/librefetch/librefetch.conf new file mode 100644 index 0000000..40d2078 --- /dev/null +++ b/src/librefetch/librefetch.conf @@ -0,0 +1,2 @@ +MIRROR='https://repo.parabolagnulinux.org/sources/' +DOWNLOADER='/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u' -- cgit v1.2.2