this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: cp file on update

+3
+3
setup.sh
··· 28 28 if [[ $REPLY =~ ^[Yy]$ ]]; then 29 29 cd /home/ink/inky 30 30 git pull 31 + 32 + cp /home/ink/inky/src/camera_server.py /home/ink/ && chown ink:ink /home/ink/camera_server.py && chmod +x /home/ink/camera_server.py 33 + 31 34 # Just restart the service since it's an update 32 35 echo "Restarting camera service..." 33 36 systemctl restart camera.service