From 70154f87a5a838a7ce10fc7160fcea4bcb89258c Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 27 Aug 2017 23:03:04 +0100 Subject: [PATCH] Accept install --- .circleci/wkhtmltopdf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/wkhtmltopdf.sh b/.circleci/wkhtmltopdf.sh index 8d3df9b..27085fe 100755 --- a/.circleci/wkhtmltopdf.sh +++ b/.circleci/wkhtmltopdf.sh @@ -4,7 +4,7 @@ set -e -apt-get install wkhtmltopdf xvfb +apt-get install wkhtmltopdf xvfb -y echo -e '#!/bin/bash\nxvfb-run -a --server-args="-screen 0, 1024x768x24" /usr/bin/wkhtmltopdf -q $*' > /usr/bin/wkhtmltopdf.sh chmod a+x /usr/bin/wkhtmltopdf.sh ln -s /usr/bin/wkhtmltopdf.sh /usr/local/bin/wkhtmltopdf