mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #3696 from holta/lb-wrapper.greedy_gone
calibre-web/tasks/install.yml: lb-wrapper.greedy gone!
This commit is contained in:
commit
b6975d0c8b
1 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@
|
|||
version: "{{ calibreweb_version }}" # e.g. master, 0.6.21
|
||||
when: not calibreweb_venv.stat.exists
|
||||
|
||||
- name: If Calibre-Web is being enhanced with audio/video "books" too, install/upgrade additional prereqs (CAN TAKE 3+ MINUTES, WIP)
|
||||
- name: If Calibre-Web is being enhanced with audio/video "books" too, install/upgrade additional prereqs -- https://github.com/iiab/calibre-web/wiki
|
||||
shell: |
|
||||
if [ -f {{ calibreweb_venv_path }}/scripts/lb-wrapper ]; then
|
||||
apt install ffmpeg pipx -y
|
||||
|
@ -76,8 +76,8 @@
|
|||
ln -sf /root/.local/bin/lb /usr/local/bin/lb
|
||||
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
|
||||
cp {{ calibreweb_venv_path }}/scripts/lb-wrapper /usr/local/bin/
|
||||
chmod a+x /usr/local/bin/lb-wrapper
|
||||
fi
|
||||
|
||||
- name: Download Calibre-Web dependencies from 'requirements.txt' into python3 virtual environment {{ calibreweb_venv_path }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue