aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate-mirrors2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-mirrors b/update-mirrors
index 4035fea..0cfd046 100755
--- a/update-mirrors
+++ b/update-mirrors
@@ -65,7 +65,7 @@ sudo." | fold >&2
fi
# Download, ready, output
-mirrorlist=$(curl --no-progress-meter -L "$(make-url)")
+mirrorlist=$(curl --no-progress-meter --location "$(make-url)")
if [[ $? -eq 0 ]]; then
echo "$mirrorlist" | sed 's/^#\([^#].*\)/\1/' > "$dest"