diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-25 15:55:41 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-25 15:55:41 -0400 |
commit | 2ca1bce59850d92bb2cb6eb6c8f69f4ba10acbd8 (patch) | |
tree | 7d27cf2c20587113106d128097947ea754338dd2 /src/librefetch/librefetch.conf | |
parent | 4f8385602a2cedecd2affe45ef281727ad4677af (diff) |
initial implementation of librefetch
Diffstat (limited to 'src/librefetch/librefetch.conf')
-rw-r--r-- | src/librefetch/librefetch.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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' |