diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:07:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:07:17 +0000 |
commit | 423ad025db8992beb1cfde9800c4bbc37426fc82 (patch) | |
tree | c6f676600b2362994be97673158ceb77996e6f71 /bundle/docker | |
parent | Adding debian version 2024.07.09-1. (diff) | |
download | yt-dlp-423ad025db8992beb1cfde9800c4bbc37426fc82.tar.xz yt-dlp-423ad025db8992beb1cfde9800c4bbc37426fc82.zip |
Merging upstream version 2024.07.16.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'bundle/docker')
-rwxr-xr-x | bundle/docker/static/entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/docker/static/entrypoint.sh b/bundle/docker/static/entrypoint.sh index 93d84fa..2202759 100755 --- a/bundle/docker/static/entrypoint.sh +++ b/bundle/docker/static/entrypoint.sh @@ -2,7 +2,7 @@ set -e source ~/.local/share/pipx/venvs/pyinstaller/bin/activate -python -m devscripts.install_deps --include secretstorage +python -m devscripts.install_deps --include secretstorage --include curl-cffi python -m devscripts.make_lazy_extractors python devscripts/update-version.py -c "${channel}" -r "${origin}" "${version}" python -m bundle.pyinstaller |