Update wkhtml download link
This commit is contained in:
parent
1c937e9188
commit
85f7d4671d
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
set -e
|
||||
|
||||
sudo apt-get install -y openssl build-essential xorg libssl-dev
|
||||
wget http://download.gna.org/wkhtmltopdf/0.12/0.12.3/wkhtmltox-0.12.3_linux-generic-amd64.tar.xz
|
||||
tar -xJf wkhtmltox-0.12.3_linux-generic-amd64.tar.xz
|
||||
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
|
||||
cd wkhtmltox
|
||||
sudo chown root:root bin/wkhtmltopdf
|
||||
sudo cp -r * /usr/
|
||||
|
|
Reference in a new issue