fix(install): raise number of retries

Seven retries ought to be enough for anybody.
This commit is contained in:
Christian Clason 2026-02-14 13:11:26 +01:00 committed by Christian Clason
parent b032f66f0b
commit 4d9466677a

View file

@ -215,7 +215,7 @@ local function do_download(logger, url, project_name, cache_dir, revision, outpu
'--fail', '--fail',
'--show-error', '--show-error',
'--retry', '--retry',
'3', '7',
'-L', -- follow redirects '-L', -- follow redirects
target, target,
'--output', '--output',