Skip to content

Instantly share code, notes, and snippets.

@marcheiligers
Forked from ctrlaltdylan/install_chromium.sh
Created August 16, 2016 01:02
Show Gist options
  • Save marcheiligers/5eae072bd9b8ef23aa0df33563c6ef19 to your computer and use it in GitHub Desktop.
Save marcheiligers/5eae072bd9b8ef23aa0df33563c6ef19 to your computer and use it in GitHub Desktop.
Install chromium on jessie
#!/bin/bash
wget http://ftp.us.debian.org/debian/pool/main/libg/libgcrypt11/libgcrypt11_1.5.0-5+deb7u3_armhf.deb
wget http://launchpadlibrarian.net/218525709/chromium-browser_45.0.2454.85-0ubuntu0.14.04.1.1097_armhf.deb
wget http://launchpadlibrarian.net/218525711/chromium-codecs-ffmpeg-extra_45.0.2454.85-0ubuntu0.14.04.1.1097_armhf.deb
sudo dpkg -i libgcrypt11_1.5.0-5+deb7u3_armhf.deb
sudo dpkg -i chromium-codecs-ffmpeg-extra_45.0.2454.85-0ubuntu0.14.04.1.1097_armhf.deb
sudo dpkg -i chromium-browser_45.0.2454.85-0ubuntu0.14.04.1.1097_armhf.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment