diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2026-08-24 12:27:40 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2026-08-24 12:27:40 +0100 |
| commit | 7c200e689aaa9e72f537f794e65ad25e6182eece (patch) | |
| tree | c83b2e74847fbb31c35bb0591ec07d2edccb4ff5 | |
| parent | 6eed53646b7727b19d92025c5c2a00364ba2ae08 (diff) | |
Install crosspoint-reader pluging for calibre
| -rwxr-xr-x | install.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
