calibre-web: use calibreweb release identifier to avoid version file collision (#17186)

This commit is contained in:
CanbiZ (MickLesk)
2026-09-12 08:31:29 +02:00
committed by GitHub
parent 1b581bddea
commit 24e006cd81
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ msg_info "Installing Calibre (for eBook conversion)"
$STD apt install -y calibre
msg_ok "Installed Calibre"
fetch_and_deploy_gh_release "Calibre-Web" "janeczku/calibre-web" "prebuild" "latest" "/opt/calibre-web" "calibreweb*.tar.gz"
fetch_and_deploy_gh_release "calibreweb" "janeczku/calibre-web" "prebuild" "latest" "/opt/calibre-web" "calibreweb*.tar.gz"
setup_uv
msg_info "Installing Python Dependencies"