Skip to content

Commit

Permalink
jibri: adapt to new ChromeDriver zip file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Sep 12, 2023
1 parent a76b1f4 commit 603d461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jibri/rootfs/usr/bin/install-chrome.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ else

CHROMEDRIVER_ZIP="/tmp/chromedriver_linux64.zip"
curl -4Lso ${CHROMEDRIVER_ZIP} "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/${CHROMEDRIVER_RELEASE}/linux64/chromedriver-linux64.zip"
unzip ${CHROMEDRIVER_ZIP} -d /tmp/chromedriver
mv /tmp/chromedriver/chromedriver /usr/bin/
unzip ${CHROMEDRIVER_ZIP} -d /tmp/
mv /tmp/chromedriver-linux64/chromedriver /usr/bin/
chmod +x /usr/bin/chromedriver
rm -rf /tmp/chromedriver*
fi
Expand Down

0 comments on commit 603d461

Please sign in to comment.