Hexxeh / rpi-update

An easier way to update the firmware of your Raspberry Pi
MIT License
1.94k stars 231 forks source link

feat: set curl download retry to 3 times #280

Open out0fmemory opened 5 years ago

out0fmemory commented 5 years ago

Set curl download retry to 3 times, make it work in pool network

popcornmix commented 5 years ago

Does: sudo CURL_OPTIONS="--retry 3" rpi-update do what you want? I'm not sure how many people would benefit from this being a default option.

out0fmemory commented 5 years ago

Does: sudo CURL_OPTIONS="--retry 3" rpi-update do what you want? I'm not sure how many people would benefit from this being a default option.

I think this being a default option HAS NO BAD effect to all of us, But it is benefit to some people who have a very pool connect to github, just as in China.

Ruffio commented 3 years ago

@popcornmix what is status on this?