added first_time_install script

This commit is contained in:
Chuck
2025-08-11 14:22:54 -05:00
parent 1704001ef6
commit 643397c939
4 changed files with 579 additions and 1 deletions

View File

@@ -246,6 +246,12 @@ sudo nano /boot/firmware/config.txt
sudo reboot
```
9. Run the first_time_install.sh with
```
sudo ./first_time_install.sh
```
to ensure all the permissions are correct.
-----------------------------------------------------------------------------------
## Configuration
@@ -807,7 +813,7 @@ This will start the display cycle but only stays active as long as your ssh sess
The LEDMatrix can be installed as a systemd service to run automatically at boot and be managed easily. The service runs as root to ensure proper hardware timing access for the LED matrix.
### Installing the Service
### Installing the Service (this is included in the first_time_install.sh)
1. Make the install script executable:
```bash