Скрипт для простой установки wkhtmltopdf 0.12.6

This commit is contained in:
Anthony Axenov 2021-12-30 21:52:19 +08:00
parent 495f20e436
commit fbe3958e84
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC

9
install/995-wkhtmltopdf.sh Executable file
View File

@ -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