From b72615db63c4c91b28f5a86fba459618c195c028 Mon Sep 17 00:00:00 2001 From: watn3y Date: Fri, 27 Oct 2023 00:53:18 +0000 Subject: [PATCH] New Docker build system --- entrypoint.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 entrypoint.sh diff --git a/entrypoint.sh b/entrypoint.sh new file mode 100644 index 0000000..f8a580f --- /dev/null +++ b/entrypoint.sh @@ -0,0 +1,13 @@ +#!/usr/bin/env ash + +#update yt-dlp as there are breaking changes often +yt-dlp -U + +if $? == 0; then + clear + echo Updated yt-dlp +else + echo ERROR updating yt-dlp +fi + +/app/bloaterbot