From f1e6f2ca0e68a463336417bb8a9b845e603c426a 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 0bb32a9..e41ee18 100755 --- a/bin/sde-download +++ b/bin/sde-download @@ -213,7 +213,7 @@ detect_mirror() { echo_warning "Auto-detecting best mirror ..." echo_info "Downloading mirror-list from opensde.net." - curl -s -S $curl_options -o tmp/Download-Mirror-List \ + curl -Ls -S $curl_options -o tmp/Download-Mirror-List \ "http://opensde.net/opensde-download-mirrors/$pkgver" if [ -r tmp/Download-Mirror-List ]; then