Clone this project for quick setup of an infoscreen based on Raspberry Pi
- Raspberry Pi OS (w. Desktop environment)
- Username is codezoo (ID: 1000) - if not,
files/codezoo-chromium-autostart.serviceneeds to be updated accordingly - Available internet
First, change your directory to the root of this project!
sudo apt updatesudo apt install chromium-browserReplace the https://example.com with the URL that you want.
cp ./files/start-chromium.sh ~/start-chromium.shchmod +x ~/start-chromium.shsudo cp ./files/codezoo-chromium-autostart.service /etc/systemd/system/codezoo-chromium-autostart.servicesudo systemctl enable codezoo-chromium-autostart.servicesudo reboot