archinstall
archinstall copied to clipboard
Retry when speedtest fails.
PR Description:
Retry the speedtest when it fails due to network fluctuations.
except (http.client.IncompleteRead, ConnectionResetError) as error:
Tests and Checks
- [x] I have tested the code!