We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfee2bf commit f3b869eCopy full SHA for f3b869e
docker/start.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
# Cron schedule is set by compose or build files
4
-echo "$CRON_SCHEDULE apt add --upgrade yt-dlp && cd /opt/explo && ./explo >> /proc/1/fd/1 2>&1" > /etc/crontabs/root
+echo "$CRON_SCHEDULE apk add --upgrade yt-dlp && cd /opt/explo && ./explo >> /proc/1/fd/1 2>&1" > /etc/crontabs/root
5
6
crond -f -l 2
0 commit comments