Created
August 4, 2016 19:55
-
-
Save wellsie/98649fd711b657cdcd6dd8610a7ad953 to your computer and use it in GitHub Desktop.
raspberry pi 3 - install chromium browser
This file contains 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
#!/bin/bash | |
curl -L http://bintray.com/user/downloadSubjectPublicKey?username=bintray \ | |
| sudo apt-key add - | |
echo "deb http://dl.bintray.com/kusti8/chromium-rpi jessie main" \ | |
| sudo tee -a /etc/apt/sources.list | |
sudo apt-get update | |
sudo apt-get install chromium-browser rpi-youtube -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment