update README.md

This commit is contained in:
Martin Selbmann 2020-09-24 21:28:41 +02:00
parent 5683573758
commit 1d042ff9df
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
## Install instructions
### crontab entries
* */15 * * * * cd ~/RandomVideo; ~/RandomVideo/RandomVideo.sh cron
* @reboot cd ~/RandomVideo; ~/RandomVideo/buzzer.sh & pid=$!; while ! ping -c1 8.8.8.8>/dev/null; do sleep 1; done; git -C ~/RandomVideo/ pull; kill -9 $pid; ~/RandomVideo/buzzer.sh
* @reboot cd ~/RandomVideo; ~/RandomVideo/buzzer.sh & pid=$!; while ! ping -c1 git.chch.it>/dev/null; do sleep 1; done; git -C ~/RandomVideo/ pull; kill -9 $pid; ~/RandomVideo/buzzer.sh
### fstab entries
* UUID=DAE9-9682 /mnt/video vfat defaults,users,ro 0 1