Skip to content

Commit

Permalink
Update script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
csidyel authored Dec 2, 2024
1 parent 202a225 commit 098e036
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ if [ ! -f "vendor/chrome/chrome.zip" ]; then
fi
# check if extracted archive dir exists. if not, extract the zip
if [ ! -d "vendor/chrome/chrome-linux64" ]; then
clear_cache=1
unzip -o vendor/chrome/chrome.zip -d vendor/chrome
fi

Expand All @@ -50,7 +49,6 @@ if [ ! -f "vendor/chrome/chromedriver.zip" ]; then
fi
# check if extracted archive dir exists. if not, extract the zip
if [ ! -d "vendor/chrome/chromedriver-linux64" ]; then
clear_cache=1
unzip -o vendor/chrome/chromedriver.zip -d vendor/chrome
fi

Expand Down

0 comments on commit 098e036

Please sign in to comment.