From 6267e12c9fe23ca2e2d4a9ec28830976f81687a7 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 27 Aug 2017 23:21:53 +0100 Subject: [PATCH] Install from ppa too --- .circleci/wkhtmltopdf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/wkhtmltopdf.sh b/.circleci/wkhtmltopdf.sh index cdbad0f..55e1e1a 100755 --- a/.circleci/wkhtmltopdf.sh +++ b/.circleci/wkhtmltopdf.sh @@ -4,7 +4,7 @@ set -e -apt-get install xvfb -y +apt-get install wkhtmltopdf xvfb -y wget https://downloads.wkhtmltopdf.org/0.12/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz tar -xJf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz