Скрипт для простой установки wkhtmltopdf 0.12.6
This commit is contained in:
parent
495f20e436
commit
fbe3958e84
9
install/995-wkhtmltopdf.sh
Executable file
9
install/995-wkhtmltopdf.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user