From 7c200e689aaa9e72f537f794e65ad25e6182eece Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Mon, 24 Aug 2026 12:27:40 +0100 Subject: Install crosspoint-reader pluging for calibre --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 85b1f84..929bfa6 100755 --- a/install.sh +++ b/install.sh @@ -30,3 +30,7 @@ nix build git+https://git.ccnlc.eu/nydragon/calibre-plugins#acsm-calibre-plugin calibre-customize -a result nix build git+https://git.ccnlc.eu/nydragon/calibre-plugins#dedrm-plugin calibre-customize -a result + +curl --follow --output crosspoint_reader.zip https://github.com/crosspoint-reader/calibre-plugins/releases/download/v0.2.7/crosspoint_reader-v0.2.7.zip +calibre-customize -a crosspoint_reader.zip +rm -f crosspoint_reader.zip -- cgit v1.2.3-13-gbd6f