From 04ed5b9ea14e66699e8c514784d2d9b36add322d Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sat, 22 Aug 2026 19:59:08 +0100 Subject: Add calibre plugins --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 5c65c4d..85b1f84 100755 --- a/install.sh +++ b/install.sh @@ -25,3 +25,8 @@ for f in "${dotfiles[@]}"; do stow -R -t "$HOME" "$f" fi done + +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 -- cgit v1.2.3-13-gbd6f 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(+) (limited to 'install.sh') 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