From b2777ee648a3fc7e57c4a5ee41b733fe6bce4798 Mon Sep 17 00:00:00 2001 From: Alex Sweet Date: Mon, 1 Jan 2024 14:30:28 -0800 Subject: [PATCH] Add check for rsvg-convert --- scripts/deploy-ebook-to-www | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/deploy-ebook-to-www b/scripts/deploy-ebook-to-www index 40999a55..86e74ac1 100755 --- a/scripts/deploy-ebook-to-www +++ b/scripts/deploy-ebook-to-www @@ -130,6 +130,7 @@ fi require "convert" "Try: apt-get install imagemagick" require "git" "Try: apt-get install git" require "php" "Try: apt-get install php-cli" +require "rsvg-convert" "Try: apt-get install librsvg2-bin" require "se" "Read: https://standardebooks.org/tools" # cavif is compiled via Cargo: https://github.com/kornelski/cavif-rs