mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #555 from holta/master
change calibre_debs_on_debian: false -> true so headless install works
This commit is contained in:
commit
24269d2b4b
2 changed files with 4 additions and 1 deletions
|
@ -12,5 +12,5 @@ calibre_sample_book: "Metamorphosis-jackson.epub"
|
|||
|
||||
calibre_src_url: "https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py"
|
||||
|
||||
calibre_debs_on_debian: false
|
||||
calibre_debs_on_debian: true
|
||||
# USE TO TEST debs.yml (RASPBIAN APPROACH!) ON DEBIAN 9.X
|
||||
|
|
|
@ -113,6 +113,9 @@ samba_enabled: False
|
|||
|
||||
# 6-GENERIC-APPS
|
||||
|
||||
# WARNING: CALIBRE REQUIRES X WINDOWS / OPENGL LIBRARIES. Consider installing
|
||||
# an OS that includes a GUI (desktop) environment if you need Calibre E-Books.
|
||||
|
||||
calibre_install: True
|
||||
calibre_enabled: True
|
||||
# Change calibre_port to 8010 if you're using XO laptops needing above idmgr
|
||||
|
|
Loading…
Add table
Reference in a new issue