summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2026-08-24 12:27:40 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2026-08-24 12:27:40 +0100
commit7c200e689aaa9e72f537f794e65ad25e6182eece (patch)
treec83b2e74847fbb31c35bb0591ec07d2edccb4ff5
parent6eed53646b7727b19d92025c5c2a00364ba2ae08 (diff)
Install crosspoint-reader pluging for calibre
-rwxr-xr-xinstall.sh4
1 files changed, 4 insertions, 0 deletions
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