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:
commit
c00777f7fd
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue