Browse Source

sde: allow redirects when downloading the mirrors list

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

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

Loading…
Cancel
Save