Skip to content

Instantly share code, notes, and snippets.

@rjeczalik
Created May 14, 2018 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rjeczalik/36c8c313fe9b8a035f9657a3f8a8cf8f to your computer and use it in GitHub Desktop.
Save rjeczalik/36c8c313fe9b8a035f9657a3f8a8cf8f to your computer and use it in GitHub Desktop.
sudo apt remove -y google-chrome-stable
wget http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/chromium-browser_65.0.3325.181-0ubuntu1_amd64.deb
wget http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/chromium-codecs-ffmpeg-extra_65.0.3325.181-0ubuntu1_amd64.deb
wget http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/chromium-codecs-ffmpeg_65.0.3325.181-0ubuntu1_amd64.deb
sudo apt install -y ./chromium-codecs-ffmpeg_65.0.3325.181-0ubuntu1_amd64.deb
sudo apt install -y ./chromium-codecs-ffmpeg-extra_65.0.3325.181-0ubuntu1_amd64.deb
sudo apt install -y ./chromium-browser_65.0.3325.181-0ubuntu1_amd64.deb
sudo chromium-browser --headless --disable-gpu --no-sandbox --remote-debugging-address=0.0.0.0 --remote-debugging-port=80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment