2021-06-12 11:08:23 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
while true; do
|
2021-06-12 11:14:48 +00:00
|
|
|
pip3 install -U youtube_dl
|
2021-06-15 21:27:04 +00:00
|
|
|
runuser -l zambla -c '/opt/yt_sync.py' || true
|
2021-06-15 22:38:55 +00:00
|
|
|
sleep 12h
|
2021-06-12 11:08:23 +00:00
|
|
|
done
|