Update calibre-web-install.sh

fixes https://github.com/tteck/Proxmox/issues/3184
This commit is contained in:
tteckster 2024-06-12 17:55:37 -04:00 committed by GitHub
parent 3a455a9e9e
commit 7dca71d296
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ msg_info "Installing Calibre-Web"
mkdir -p /opt/calibre-web
$STD wget https://github.com/janeczku/calibre-web/raw/master/library/metadata.db -P /opt/calibre-web
$STD pip install calibreweb
$STD pip install jsonschema
msg_ok "Installed Calibre-Web"
msg_info "Creating Service"