Skip to content

Instantly share code, notes, and snippets.

@wellsie
Created August 4, 2016 19:55
Show Gist options
  • Save wellsie/98649fd711b657cdcd6dd8610a7ad953 to your computer and use it in GitHub Desktop.
Save wellsie/98649fd711b657cdcd6dd8610a7ad953 to your computer and use it in GitHub Desktop.
raspberry pi 3 - install chromium browser
#!/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