Browse Source

sde: allow redirects when downloading the mirrors list

Signed-off-by: Alejandro Mery <amery@geeks.cl>
stable/0.1
Alejandro Mery 4 years ago
parent
commit
f1e6f2ca0e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/sde-download

+ 1
- 1
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

Loading…
Cancel
Save