Skip to content

Commit

Permalink
Improve Chrome download chance [semver:patch] (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech authored Mar 29, 2022
1 parent f027092 commit 1731f3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/install-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ steps:
else
CHROME_URL="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_VERSION}-1_amd64.deb"
fi
curl --silent --show-error --location --fail --retry 3 \
curl --silent --show-error --location --fail --compressed \
--retry 3 --retry-delay 5 --keepalive-time 2 \
--output google-chrome.deb $CHROME_URL
# Debian 10 fix
Expand Down

0 comments on commit 1731f3c

Please sign in to comment.