10 lines
303 B
Bash
10 lines
303 B
Bash
#!/bin/bash
|
|
|
|
while true; do
|
|
pip3 install -U yt-dlp
|
|
runuser -l zambla -c '/opt/je_te_met_en_pls.py /songs /songs/playlist.pls' || true
|
|
runuser -l zambla -c '/opt/je_te_met_en_pls.py /jingles /jingles/playlist.pls' || true
|
|
runuser -l zambla -c '/opt/yt_sync.py' || true
|
|
sleep 6h
|
|
done
|