mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
calibre-web/tasks/install.yml: Clarify wiki for PR #3696
This commit is contained in:
parent
b6975d0c8b
commit
9570f8d117
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
||||||
version: "{{ calibreweb_version }}" # e.g. master, 0.6.21
|
version: "{{ calibreweb_version }}" # e.g. master, 0.6.21
|
||||||
when: not calibreweb_venv.stat.exists
|
when: not calibreweb_venv.stat.exists
|
||||||
|
|
||||||
- name: If Calibre-Web is being enhanced with audio/video "books" too, install/upgrade additional prereqs -- https://github.com/iiab/calibre-web/wiki
|
- name: If Calibre-Web is being enhanced with audio/video "books" too, install/upgrade additional prereqs -- SEE https://github.com/iiab/calibre-web/wiki
|
||||||
shell: |
|
shell: |
|
||||||
if [ -f {{ calibreweb_venv_path }}/scripts/lb-wrapper ]; then
|
if [ -f {{ calibreweb_venv_path }}/scripts/lb-wrapper ]; then
|
||||||
apt install ffmpeg pipx -y
|
apt install ffmpeg pipx -y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue