Browse Source

add installation of ghostscript dependency

master
rra 4 years ago
parent
commit
321322f21f
  1. 2
      bibliotecha.sh

2
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"

Loading…
Cancel
Save