mirror of
https://github.com/status-im/status-go.git
synced 2025-02-08 21:04:27 +00:00
The `--retry-all-errors` flag was added only in Curl `7.71.0`: https://github.com/curl/curl/commit/b995bb58 So it fails on older distrubutions with: ``` curl: option --retry-all-errors: is unknown curl: try 'curl --help' or 'curl --manual' for more information ``` Signed-off-by: Jakub Sokołowski <jakub@status.im>