Skip to content

Instantly share code, notes, and snippets.

@jhd3197
Created April 8, 2022 08:35
Show Gist options
  • Save jhd3197/5f015bf718defb3971f7d343ef8c066c to your computer and use it in GitHub Desktop.
Save jhd3197/5f015bf718defb3971f7d343ef8c066c to your computer and use it in GitHub Desktop.
apt-get install -y unzip &&
apt-get update -y &&
apt-get install -y curl unzip xvfb libxi6 libgconf-2-4
wget -q - https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
apt-get install --yes --force-yes ./google-chrome-stable_current_amd64.deb << 'EOF'
apt-get update -y
apt-get upgrade -y
wget -q - https://chromedriver.storage.googleapis.com/94.0.4606.61/chromedriver_linux64.zip
unzip chromedriver_linux64.zip &&
mv chromedriver /usr/bin/chromedriver &&
chown root:root /usr/bin/chromedriver &&
chmod +x /usr/bin/chromedriver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment