From 0ce12acf2692fd0bae86956f4da81f718dece696 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Sun, 24 Aug 2025 20:54:38 -0400 Subject: [PATCH] Autocaliweb: fix Calibre download --- install/autocaliweb-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/autocaliweb-install.sh b/install/autocaliweb-install.sh index e9b121eb..4c6e6400 100644 --- a/install/autocaliweb-install.sh +++ b/install/autocaliweb-install.sh @@ -50,7 +50,7 @@ fetch_and_deploy_gh_release "kepubify" "pgaskin/kepubify" "singlefile" "latest" msg_info "Installing Calibre" CALIBRE_RELEASE="$(curl -s https://api.github.com/repos/kovidgoyal/calibre/releases/latest | grep -o '"tag_name": "[^"]*' | cut -d'"' -f4)" CALIBRE_VERSION=${CALIBRE_RELEASE#v} -curl -fsSL https://github.com/kovidgoyal/releases/download/${CALIBRE_RELEASE}/calibre-${CALIBRE_VERSION}-x86_64.txz -o /tmp/calibre.txz +curl -fsSL https://github.com/kovidgoyal/calibre/releases/download/${CALIBRE_RELEASE}/calibre-${CALIBRE_VERSION}-x86_64.txz -o /tmp/calibre.txz $STD tar -xf /tmp/calibre.txz /opt/calibre rm /tmp/calibre.txz $STD /opt/calibre/calibre_postinstall