From 321322f21f99e1ecb24bcbb9c55cc44a8882f347 Mon Sep 17 00:00:00 2001 From: rra Date: Mon, 9 Mar 2020 12:32:15 +0100 Subject: [PATCH] add installation of ghostscript dependency --- bibliotecha.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibliotecha.sh b/bibliotecha.sh index da9bb5f..8967405 100644 --- a/bibliotecha.sh +++ b/bibliotecha.sh @@ -327,7 +327,7 @@ function configure_calibre_database { function install_calibreweb { echo "Installing Calibre-web ..." - $APT_INSTALL_CMD git python3 python3-pip python3-dev python3-venv + $APT_INSTALL_CMD git python3 python3-pip python3-dev python3-venv ghostscript calibre_web_url="https://github.com/janeczku/calibre-web"