Digital calendar for Raspberry Pi and touchscreen.
- Image download
- create
piuser - expand filesystem
- enable ssh
- update system
- install
vim xterm rsync jq - Disable DM with:
raspi-config -> System options -> Boot -> B1 Console Text - Disable auto-login:
raspi-config -> System options -> Auto Login -> No - Disable screen blanking:
raspi-config -> Display options -> Screen Blanking -> No
- create
- Install .NET 8.0.420: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-8.0.420-linux-arm64-binaries
- Install github-runners
- Start the
github-runner.service- copy service descriptor file to
/etc/systemd/system/folder sudo systemctl daemon-reloadsudo systemctl status github-runner.servicesudo systemctl start github-runner.service
- copy service descriptor file to