From fbe3958e84628370866287ac74f60796c29f526d Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Thu, 30 Dec 2021 21:52:19 +0800 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BA=D1=80=D0=B8=D0=BF=D1=82=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=BF=D1=80=D0=BE=D1=81=D1=82=D0=BE=D0=B9=20?= =?UTF-8?q?=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=BA=D0=B8=20wkhtml?= =?UTF-8?q?topdf=200.12.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/995-wkhtmltopdf.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 install/995-wkhtmltopdf.sh diff --git a/install/995-wkhtmltopdf.sh b/install/995-wkhtmltopdf.sh new file mode 100755 index 0000000..5b07eb2 --- /dev/null +++ b/install/995-wkhtmltopdf.sh @@ -0,0 +1,9 @@ +#!/bin/bash +. "../src/01-common.sh" || exit 5 +title "Installing wkhtmltopdf..." + +# не тестировалось + +wget "https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb" -O /tmp/wkhtmltopdf.deb +sudo dpkg -i /tmp/wkhtmltopdf.deb +rm -rf /tmp/wkhtmltopdf.deb