Skip to content

Instantly share code, notes, and snippets.

@matiaskorhonen
Created April 20, 2016 11:04
Show Gist options
  • Save matiaskorhonen/8b75ab57732c50b5f2646a433745ed3d to your computer and use it in GitHub Desktop.
Save matiaskorhonen/8b75ab57732c50b5f2646a433745ed3d to your computer and use it in GitHub Desktop.
Install Chromium 48 on Raspbian Jessie
wget https://launchpad.net/~canonical-chromium-builds/+archive/ubuntu/stage/+build/8883797/+files/chromium-browser_48.0.2564.82-0ubuntu0.15.04.1.1193_armhf.deb && \
wget https://launchpad.net/~canonical-chromium-builds/+archive/ubuntu/stage/+build/8883797/+files/chromium-codecs-ffmpeg-extra_48.0.2564.82-0ubuntu0.15.04.1.1193_armhf.deb && \
sudo dpkg -i chromium-codecs-ffmpeg-extra_48.0.2564.82-0ubuntu0.15.04.1.1193_armhf.deb chromium-browser_48.0.2564.82-0ubuntu0.15.04.1.1193_armhf.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment