diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2026-08-25 16:49:43 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2026-08-25 16:49:43 +0100 |
| commit | 04acde356e3a84cb3b064f91f6f0f259f01d64b2 (patch) | |
| tree | 6aa109944f1eae057b80150e4d8696c4dfe3d2e3 | |
| parent | a97b1eff5c3192daa7b3d3c30c79a2bae302e62b (diff) | |
Clean up after installing calibre plugins
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,8 +28,10 @@ done nix build git+https://git.ccnlc.eu/nydragon/calibre-plugins#acsm-calibre-plugin calibre-customize -a result +rm -f result nix build git+https://git.ccnlc.eu/nydragon/calibre-plugins#dedrm-plugin calibre-customize -a result +rm -f 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 |
