8 lines
125 B
Bash
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
|