mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-05 07:58:08 +01:00
Update chrome driver version (#1018)
This commit is contained in:
parent
61f3b81451
commit
3e8427994d
@ -4,7 +4,7 @@ sh -e /etc/init.d/xvfb start
|
|||||||
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16
|
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16
|
||||||
|
|
||||||
# Install chromedriver
|
# Install chromedriver
|
||||||
wget -N https://chromedriver.storage.googleapis.com/2.45/chromedriver_linux64.zip -P ~/
|
wget -N https://chromedriver.storage.googleapis.com/74.0.3729.6/chromedriver_linux64.zip -P ~/
|
||||||
unzip ~/chromedriver_linux64.zip -d ~/
|
unzip ~/chromedriver_linux64.zip -d ~/
|
||||||
rm ~/chromedriver_linux64.zip
|
rm ~/chromedriver_linux64.zip
|
||||||
sudo chmod -R u=rwx,g=rwx /usr/bin/google-chrome-stable
|
sudo chmod -R u=rwx,g=rwx /usr/bin/google-chrome-stable
|
||||||
|
Loading…
Reference in New Issue
Block a user