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