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',
'--show-error',
'--retry',
'3',
'7',
'-L', -- follow redirects
target,
'--output',