From 73a5329b21dc63f5efb217658a940ef8ab469a33 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 8afd556..b70b566 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