From 79a3a3bc791bd4ffffed103b5f63a2adc858bc0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Miko=C5=82ajczyk?= <7442637+mikolaj92@users.noreply.github.com> Date: Tue, 10 Feb 2026 20:46:37 +0100 Subject: [PATCH] Update install/calibre-web-install.sh Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com> --- install/calibre-web-install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install/calibre-web-install.sh b/install/calibre-web-install.sh index 5424a7a72..dc201423c 100644 --- a/install/calibre-web-install.sh +++ b/install/calibre-web-install.sh @@ -27,10 +27,7 @@ msg_info "Installing Calibre (for eBook conversion)" $STD apt install -y calibre msg_ok "Installed Calibre" -msg_info "Setting up Calibre-Web" fetch_and_deploy_gh_release "calibre-web" "janeczku/calibre-web" "tarball" "latest" "/opt/calibre-web" -msg_ok "Setup Calibre-Web" - setup_uv msg_info "Installing Python Dependencies"