1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Add xklb-patch

This commit is contained in:
Blondel MONDESIR 2024-10-10 00:24:46 -04:00 committed by GitHub
parent 3651ac666e
commit 7a87b4011f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -117,7 +117,8 @@
# https://github.com/yt-dlp/yt-dlp-nightly-builds/releases
# https://pypi.org/project/yt-dlp/#history
cp {{ calibreweb_venv_path }}/scripts/lb-wrapper /usr/local/bin/
chmod a+x /usr/local/bin/lb-wrapper
cp {{ calibreweb_venv_path }}/scripts/xklb-patch /usr/local/bin/
chmod a+x /usr/local/bin/lb-wrapper /usr/local/bin/xklb-patch
fi
- name: Download Calibre-Web dependencies from 'requirements.txt' into python3 virtual environment {{ calibreweb_venv_path }}