diff --git a/sup b/sup index 01569a9..d013e19 100755 --- a/sup +++ b/sup @@ -145,7 +145,7 @@ main() { if sup.if_url "$target"; then file=`sup.mktemp "$cfg_tmp_dir"` - curl -s "$target" > "$file" || { + curl -skL "$target" > "$file" || { sup.err "Could not download file." return 1 }