From 716a5af2e1c397436b5ef90c54922ff06f05416d 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 a5ed5ee..8ffb4ad 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