mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
[fix] Add node-less dependences
This commit is contained in:
parent
9bcb8e1a04
commit
abff420032
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ else
|
||||||
ynh_package_install odoo
|
ynh_package_install odoo
|
||||||
|
|
||||||
# Install wkhtmltopdf to print PDF reports
|
# Install wkhtmltopdf to print PDF reports
|
||||||
ynh_package_install xfonts-75dpi xfonts-base wkhtmltopdf
|
ynh_package_install xfonts-75dpi xfonts-base wkhtmltopdf node-less
|
||||||
|
|
||||||
# The debian package has a bug so we deploy a more recent version
|
# The debian package has a bug so we deploy a more recent version
|
||||||
DESTDIR="/tmp/wkhtmltox/"
|
DESTDIR="/tmp/wkhtmltox/"
|
||||||
|
|
Loading…
Reference in a new issue