On 04/06/18 06:01, Luke Shumaker wrote:
From: Luke Shumaker lukeshu@parabola.nu
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`.
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
OK.
Allan