Merge branch 'master' of https://github.com/nikita-bykov/virtual-environments into rework-chrome-installation

This commit is contained in:
Nikita Bykov
2020-10-22 16:13:39 +03:00
15 changed files with 395 additions and 396 deletions

View File

@@ -12,7 +12,7 @@ download_with_retries() {
--wait 30 \
--retry-connrefused \
--retry-on-host-error \
--retry-on-http-error=429,500,502,503 \
--retry-on-http-error=404,429,500,502,503 \
--no-verbose
if [ $? != 0 ]; then