From 683e5b1a326315e8c77df18628228a9aab6182bb Mon Sep 17 00:00:00 2001 From: Danny Bautista Date: Wed, 5 Jun 2019 14:14:23 -0400 Subject: [PATCH] Require se binary, git, and php in deploy-ebook-to-www. --- scripts/deploy-ebook-to-www | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/deploy-ebook-to-www b/scripts/deploy-ebook-to-www index 28a015fb..46d8c91e 100755 --- a/scripts/deploy-ebook-to-www +++ b/scripts/deploy-ebook-to-www @@ -19,6 +19,9 @@ if [ $# -eq 1 ]; then if [ "$1" = "--help" ] || [ "$1" = "-h" ]; then usage; fi # Check for dependencies require "convert" "Try: apt-get install imagemagick" require "rsvg-convert" "Try: apt-get install librsvg2-bin" +require "git" "Try: apt-get install git" +require "php" "Try: apt-get install php-cli" +require "se" "Read: https://github.com/standardebooks/tools" verbose="false"