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 15f9094..3b8a581 100755
--- a/update-mirrors
+++ b/update-mirrors
@@ -69,7 +69,7 @@ sudo." | fold >&2
fi
# Download, ready, output
-curl -s "$(make-url)" | sed 's/^#\([^#].*\)/\1/' > "$dest"
+curl -s -L "$(make-url)" | sed 's/^#\([^#].*\)/\1/' > "$dest"
echo "Saved in ${dest}"
if [[ -f "${dest}.pacnew" ]]; then