From 230909ca3ea169d918783bcf80de42b55a65e0be Mon Sep 17 00:00:00 2001 From: vhsdream Date: Tue, 26 Aug 2025 10:06:20 -0400 Subject: [PATCH] Autocaliweb: create calibre dir --- install/autocaliweb-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/autocaliweb-install.sh b/install/autocaliweb-install.sh index 09dae8a5..faf315c1 100644 --- a/install/autocaliweb-install.sh +++ b/install/autocaliweb-install.sh @@ -51,6 +51,7 @@ 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/calibre/releases/download/${CALIBRE_RELEASE}/calibre-${CALIBRE_VERSION}-x86_64.txz -o /tmp/calibre.txz +mkdir -p /opt/calibre $STD tar -xf /tmp/calibre.txz -C /opt/calibre rm /tmp/calibre.txz $STD /opt/calibre/calibre_postinstall