10 lines
403 B
Bash
10 lines
403 B
Bash
## Configuration
|
|
export_env CALIBRE_LIBRARY /host/calibre/library
|
|
export_env CALIBRE_LOG /host/calibre.log
|
|
|
|
## Dependencies
|
|
apt_install_permanent python-qt4 xz-utils xdg-utils imagemagick
|
|
|
|
## Calibre
|
|
cd /opt
|
|
wget --no-check-certificate-nv -O- http://download.calibre-ebook.com/linux-installer.py | python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()" |