Last active
June 19, 2016 01:17
-
-
Save willmendesneto/6950a9c9d315f0c3fb033cbe8c761ba4 to your computer and use it in GitHub Desktop.
Setup for Raspberry PI
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
# Install Chromium Browser | |
wget -qO - 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 | |
# Disable screen sleep | |
echo "xserver-command=X -s 0 dpms" >> /etc/lightdm/lightdm.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment