Skip to content

Instantly share code, notes, and snippets.

@linxlad
Created April 22, 2016 20:32
Show Gist options
  • Save linxlad/c24bbe3866f7289a6a721c22fff344d9 to your computer and use it in GitHub Desktop.
Save linxlad/c24bbe3866f7289a6a721c22fff344d9 to your computer and use it in GitHub Desktop.
Chromium installer script for Raspbian Jessie.
wget https://dl.dropboxusercontent.com/u/87113035/chromium-browser-l10n_45.0.2454.85-0ubuntu0.15.04.1.1181_all.deb
wget https://dl.dropboxusercontent.com/u/87113035/chromium-browser_45.0.2454.85-0ubuntu0.15.04.1.1181_armhf.deb
wget https://dl.dropboxusercontent.com/u/87113035/chromium-codecs-ffmpeg-extra_45.0.2454.85-0ubuntu0.15.04.1.1181_armhf.deb
sudo dpkg -i chromium-codecs-ffmpeg-extra_45.0.2454.85-0ubuntu0.15.04.1.1181_armhf.deb
sudo dpkg -i chromium-browser-l10n_45.0.2454.85-0ubuntu0.15.04.1.1181_all.deb chromium-browser_45.0.2454.85-0ubuntu0.15.04.1.1181_armhf.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment