1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

corrected installation of automaice test software

This commit is contained in:
Stephen Gaito 2020-06-20 12:29:01 +01:00
parent c09362078d
commit 310bbccfe1

View File

@ -20,7 +20,8 @@ sudo apt -y install \
# Now get the geckodriver for firefox (as required by selenium) # Now get the geckodriver for firefox (as required by selenium)
# #
pushd /tmp oldPWD=$(pwd)
cd /tmp
# #
wget https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz wget https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz
# #
@ -28,7 +29,7 @@ tar xvf geckodriver-v0.26.0-linux64.tar.gz
# #
sudo mv geckodriver /usr/local/bin sudo mv geckodriver /usr/local/bin
# #
popd cd $oldPWD
# Now make sure all python packages exist (install into the local user's # Now make sure all python packages exist (install into the local user's
# PyPI archive) # PyPI archive)