1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

Merge pull request #3677 from holta/cweb-install-better

calibre-web/tasks/install.yml: Better xklb & yt-dlp symlinks
This commit is contained in:
A Holt 2023-11-30 05:44:25 -05:00 committed by GitHub
commit c00777f7fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,8 @@
if [ -f {{ calibreweb_venv_path }}/scripts/lb-wrapper ]; then
apt install ffmpeg pipx -y
pipx install xklb
ln -s /root/.local/bin/lb /usr/local/bin/lb
ln -sf /root/.local/bin/lb /usr/local/bin/lb
ln -sf /root/.local/pipx/venvs/xklb/bin/yt-dlp /usr/local/bin/yt-dlp
cp {{ calibreweb_venv_path }}/scripts/lb-wrapper /usr/local/bin/lb-wrapper
chmod a+x /usr/local/bin/lb-wrapper
fi