pi install script

This commit is contained in:
Lucca Ketterer 2023-01-21 16:05:57 +01:00
parent 38cb5fb623
commit ec7f2deccc
2 changed files with 10 additions and 0 deletions

6
pi/install.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/sh
chmod +x ./lc.py
cp lc.service /etc/systemd/system/
systemctl daemon-reload
systemctl enable --now lc.service
systemctl restart lc

4
pi/requirements.txt Normal file
View File

@ -0,0 +1,4 @@
adafruit-ws2801
adafruit-gpio
RPi.GPIO