Upgrade wkhtmltox 0.12.4
This commit is contained in:
parent
9d48564c72
commit
3c06784022
@ -19,8 +19,8 @@ fi
|
|||||||
# --- Installation Wkhtmltopdf
|
# --- Installation Wkhtmltopdf
|
||||||
if [ ! -f /usr/local/bin/wkhtmltopdf ]; then
|
if [ ! -f /usr/local/bin/wkhtmltopdf ]; then
|
||||||
sudo apt-get install libxrender1 libfontconfig1
|
sudo apt-get install libxrender1 libfontconfig1
|
||||||
wget -q http://download.gna.org/wkhtmltopdf/0.12/0.12.3/wkhtmltox-0.12.3_linux-generic-amd64.tar.xz
|
wget -q http://download.gna.org/wkhtmltopdf/0.12/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
|
||||||
tar xJf wkhtmltox-0.12.3_linux-generic-amd64.tar.xz
|
tar xJf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
|
||||||
cp -R wkhtmltox/* /usr/local/
|
cp -R wkhtmltox/* /usr/local/
|
||||||
rm -rf wkhtmltox*
|
rm -rf wkhtmltox*
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user