diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:07:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:07:16 +0000 |
commit | 297d349bd232dae91ce81648646e4be518385a07 (patch) | |
tree | 0e689f0d8b94f04eefd60bc0f6da4bb0106b3ce6 /bundle | |
parent | Adding upstream version 2024.07.09. (diff) | |
download | yt-dlp-297d349bd232dae91ce81648646e4be518385a07.tar.xz yt-dlp-297d349bd232dae91ce81648646e4be518385a07.zip |
Adding upstream version 2024.07.16.upstream/2024.07.16
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'bundle')
-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 |