From c7a4fe2d00a69ddffeabcca4792cd6ecb2718212 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Tue, 8 Oct 2019 22:45:06 +0200 Subject: [PATCH] sde: allow redirects when downloading the mirrors list Signed-off-by: Alejandro Mery --- bin/sde-download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sde-download b/bin/sde-download index f4974fa..e5ba82f 100755 --- a/bin/sde-download +++ b/bin/sde-download @@ -217,7 +217,7 @@ detect_mirror() { fi echo_info "Downloading mirror-list from $mirror_list" - curl -s -S $curl_options -o tmp/Download-Mirror-List \ + curl -sL -S $curl_options -o tmp/Download-Mirror-List \ "$mirror_list/$pkgver" if [ -r tmp/Download-Mirror-List ]; then