Files
radio-bullshit/ultrasync.sh
Aethor 2c5b7765a0
Some checks failed
continuous-integration/drone/push Build is failing
(hopefully) update from youtube_dl to yt_dlp
2024-02-24 15:49:56 +01:00

8 lines
125 B
Bash

#!/bin/bash
while true; do
pip3 install -U yt-dlp
runuser -l zambla -c '/opt/yt_sync.py' || true
sleep 6h
done