Replaces curl argument: --no-progress-meter -> --silent

Fix #1748
This commit is contained in:
Eduardo Cuducos 2021-08-24 16:35:38 -04:00 committed by Thomas Vigouroux
parent ac9f7a2d5a
commit a76dbe7335

View file

@ -142,7 +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",
"--silent",
"-L", -- follow redirects
is_github and url .. "/archive/" .. revision .. ".tar.gz"
or url .. "/-/archive/" .. revision .. "/" .. project_name .. "-" .. revision .. ".tar.gz",