fix(dowload): don't display curl progress

Fixes #1731
This commit is contained in:
Thomas Vigouroux 2021-08-23 09:20:46 +02:00 committed by Stephan Seitz
parent 70987d8f84
commit 247c7c93d6

View file

@ -142,6 +142,7 @@ function M.select_download_commands(repo, project_name, cache_folder, revision)
err = "Error during download, please verify your internet connection",
opts = {
args = {
"--no-progress-meter",
"-L", -- follow redirects
is_github and url .. "/archive/" .. revision .. ".tar.gz"
or url .. "/-/archive/" .. revision .. "/" .. project_name .. "-" .. revision .. ".tar.gz",