mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -04:00
Require se binary, git, and php in deploy-ebook-to-www.
This commit is contained in:
parent
4e8f0b4a6d
commit
683e5b1a32
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue