File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,14 @@ VERSION="$(curl --silent --show-error --fail --retry 3 --retry-connrefused --con
6060echo " Resolved $CHANNEL version $VERSION " | indent
6161
6262echo " Downloading Chrome" | indent
63- ZIP_URL=" https://edgedl.me.gvt1. com/edgedl/ chrome/chrome -for-testing/$VERSION /linux64/chrome-linux64.zip"
63+ ZIP_URL=" https://storage.googleapis. com/chrome-for-testing-public /$VERSION /linux64/chrome-linux64.zip"
6464ZIP_LOCATION=" $INSTALL_DIR /chrome.zip"
6565curl --silent --show-error --fail --retry 3 --retry-connrefused --connect-timeout 10 -o " ${ZIP_LOCATION} " " ${ZIP_URL} " | indent
6666unzip -q -j -o " $ZIP_LOCATION " -d " $BIN_DIR " | indent
6767rm -f " $ZIP_LOCATION "
6868
6969echo " Downloading Chromedriver" | indent
70- ZIP_URL=" https://edgedl.me.gvt1. com/edgedl/ chrome/chrome -for-testing/$VERSION /linux64/chromedriver-linux64.zip"
70+ ZIP_URL=" https://storage.googleapis. com/chrome-for-testing-public /$VERSION /linux64/chromedriver-linux64.zip"
7171ZIP_LOCATION=" $INSTALL_DIR /chromedriver.zip"
7272curl --silent --show-error --fail --retry 3 --retry-connrefused --connect-timeout 10 -o " ${ZIP_LOCATION} " " ${ZIP_URL} " | indent
7373unzip -q -j -o " $ZIP_LOCATION " -d " $BIN_DIR " | indent
You can’t perform that action at this time.
0 commit comments