Last active
August 9, 2016 08:32
-
-
Save marckysharky/8c45da416953c281b40cd6baef2987c3 to your computer and use it in GitHub Desktop.
Rapsberry Pi 3 - Chromium Browser Install - http://raspberrypi.stackexchange.com/questions/44384/how-to-get-chromium-on-raspberry-3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
touch /etc/apt/sources.list.d/chromium.list | |
echo "deb http://ppa.launchpad.net/canonical-chromium-builds/stage/ubuntu vivid main" > /etc/apt/sources.list.d/chromium.list | |
echo "#deb-src http://ppa.launchpad.net/canonical-chromium-builds/stage/ubuntu vivid main" >> /etc/apt/sources.list.d/chromium.list | |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DB69B232436DAC4B50BDC59E4E1B983C5B393194 | |
sudo apt update && sudo apt install chromium-browser -y -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment