Skip to content

Instantly share code, notes, and snippets.

@DBuit
DBuit / raspberry_dash.sh
Last active November 10, 2017 10:57
Dashboard Lameco
#!/usr/bin bash
PI_DASH_CONFIG_FILE="/etc/xdg/lxsession/LXDE/autostart"
PI_DASH_BOOT_FILE="/home/pi/dashboard_boot.sh"
sudo apt-get update && apt-get upgrade -y # Update the Pi
sudo apt-get install chromium # Get Chromium
sudo apt-get install x11-xserver-utils # Get x11 server utils
sudo apt-get install unclutter # Unclutter hides the mouse