pacman/etc
Luke Shumaker b37a6063d0 pacman.conf: Fixup the XferCommand example for curl
1. Without `-L`, curl doesn't follow redirects.  This is different than
    both the default behavior of pacman, and from the wget example.  So add
    `-L`.

 2. It uses `-C -` to supposedly allow resuming partial downloads; but that
    doesn't work if we use `> %o` to direct the output to the file.
    Instead, use `-o %o` so that `-C -` actually works.

Signed-off-by: Luke Shumaker <lukeshu@parabola.nu>
Signed-off-by: Allan McRae <allan@archlinux.org>
2018-06-18 13:15:51 +10:00
..
.gitignore Remove unnecessary entries from .gitignore files 2007-07-16 16:49:28 -04:00
Makefile.am Remove all modelines from the project 2018-05-14 09:59:15 +10:00
makepkg.conf.in Ensure better text editor automatic filetype detection 2018-05-14 09:59:17 +10:00
pacman.conf.in pacman.conf: Fixup the XferCommand example for curl 2018-06-18 13:15:51 +10:00