|
@ -217,7 +217,7 @@ detect_mirror() { |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
echo_info "Downloading mirror-list from $mirror_list" |
|
|
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" |
|
|
"$mirror_list/$pkgver" |
|
|
|
|
|
|
|
|
if [ -r tmp/Download-Mirror-List ]; then |
|
|
if [ -r tmp/Download-Mirror-List ]; then |
|
|