Extract chromedriver directly to bin folder

This commit is contained in:
Andrejs Cunskis 2024-01-10 10:23:39 +00:00 committed by Balasankar 'Balu' C
parent 88a3a98f5f
commit 06eda84afa
2 changed files with 10 additions and 2 deletions

View file

@ -50,7 +50,7 @@ function build_debian() {
fi
wget -q -O chromedriver.zip $WEBDRIVER_URL
unzip chromedriver.zip -d /usr/local/bin
unzip -j chromedriver.zip -d /usr/local/bin
rm -f chromedriver.zip
else
DRIVER_DEB=$(download_deb driver)