new file: DocForWiki.md -> Expanded Dokumentation

modified:   README.md -> Added Warning about change of video Files
deleted:    setup-gpt.sh -> Changed to setup.sh
new file:   setup-old.sh -> Original setup.sh moved to old as Backup
modified:   setup.sh -> see setup-gpt.sh
This commit is contained in:
Tim
2024-08-22 16:53:36 +02:00
parent 1ee8528dd6
commit 8ed533a172
5 changed files with 316 additions and 261 deletions
+2 -1
View File
@@ -5,7 +5,6 @@
- Remove old files when reinstalling
## Overview
This is a collection of scripts which run a video in a loop until a Button connected to GPIO is Pressed.
Then another video is played once.
@@ -13,6 +12,8 @@ Then another video is played once.
For installation download and run setup.sh. This will install the nesecary dependencys, create the needed folder structure and download the Script.
It will also create a SystemD service to automaticly start the program when the Pi is booted.
**CAUTION: IF THE VIDEO FILES IN THE REPO HAVE CHANGED PLEASE CHECK THE SCRIPT IF THEY ARE CORRECT!**
```bash
wget -L "https://raw.githubusercontent.com/miT-nib-hcI/PiVideo/main/setup.sh" &&
chmod 755 setup.sh &&