mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Merge pull request #3689 from holta/yt-dlp_pipx_path_fix
calibre-web/tasks/install.yml: Fix yt-dlp pipx path
This commit is contained in:
commit
a5f3d318c4
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
else
|
||||
pipx install xklb
|
||||
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
|
||||
ln -sf /root/.local/share/pipx/venvs/xklb/bin/yt-dlp /usr/local/bin/yt-dlp
|
||||
fi
|
||||
cp {{ calibreweb_venv_path }}/scripts/lb-wrapper {{ calibreweb_venv_path }}/scripts/lb-wrapper.greedy /usr/local/bin/
|
||||
chmod a+x /usr/local/bin/lb-wrapper /usr/local/bin/lb-wrapper.greedy
|
||||
|
|
Loading…
Reference in a new issue