diff --git a/misc/alpine-tools.func b/misc/alpine-tools.func index 9386f737a..bc9b557a2 100644 --- a/misc/alpine-tools.func +++ b/misc/alpine-tools.func @@ -211,7 +211,7 @@ download_with_progress() { return 1 } else - curl -fL# -o "$out" "$url" || { + curl -fsSL -o "$out" "$url" || { msg_error "Download failed: $url" return 1 }