-
Notifications
You must be signed in to change notification settings - Fork 45
To Do
L. Arnold edited this page Apr 19, 2016
·
5 revisions
In 10-Odoo Dependencies we should probably clean it up as referenced in the Forum:
The following has been done:
updated wkhtmltopdf download location Paul - Fri, 2015/08/14 - 23:20.
adjust these as suits your setup. They work as is for 64bit v13.0 TKL
- ARCH=amd64
- REL=wheezy
- VER=0.12.2.1
wget http://download.gna.org/project/wkhtmltopdf/${VER}/wkhtmltox-${VER}_linux-${REL}-${ARCH}.deb deb -i --force-depends wkhtmltox-*.deb
apt-get -y -f install
Current CODE (10-Odoo-Dependencies) is reading as below and should try the "VER REL ARCH" path to make it easier to migrate moving forward. Best to look for other situations of similar as well.
wget http://download.gna.org/wkhtmltopdf/0.12/0.12.2.1/wkhtmltox-0.12.2.1_lin...
dpkg -i wkhtmltox-0.12.2.1_linux-jessie-amd64.deb
Added to Issues: