mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
Jakub Sokołowski
034f3bfec3
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>