mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
fix
This commit is contained in:
parent
4467e85dc9
commit
7368af8706
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ sudo yunohost app setting $app domain -v $domain
|
||||||
|
|
||||||
# Install wkhtopdf to print PDF reports
|
# Install wkhtopdf to print PDF reports
|
||||||
wget http://download.gna.org/wkhtmltopdf/0.12/0.12.2.1/wkhtmltox-0.12.2.1_linux-jessie-amd64.deb
|
wget http://download.gna.org/wkhtmltopdf/0.12/0.12.2.1/wkhtmltox-0.12.2.1_linux-jessie-amd64.deb
|
||||||
sudo dpkg -i http://download.gna.org/wkhtmltopdf/0.12/0.12.2.1/wkhtmltox-0.12.2.1_linux-jessie-amd64.deb
|
sudo dpkg -i wkhtmltox-0.12.2.1_linux-jessie-amd64.deb
|
||||||
sudo apt-get install -y xfonts-75dpi
|
sudo apt-get install -y xfonts-75dpi
|
||||||
sudo cp /usr/local/bin/wkhtmltopdf /usr/bin
|
sudo cp /usr/local/bin/wkhtmltopdf /usr/bin
|
||||||
sudo cp /usr/local/bin/wkhtmltoimage /usr/bin
|
sudo cp /usr/local/bin/wkhtmltoimage /usr/bin
|
||||||
|
|
Loading…
Reference in a new issue