From b20b7ab76c24b711a2fd6d434d57d5d0acbf43eb Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 10 Dec 2014 17:08:47 +0800 Subject: [PATCH] new: [0k-openerp] added wkhtmltox in correct version for wheezy. --- precise/0k-openerp/hooks/install | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/precise/0k-openerp/hooks/install b/precise/0k-openerp/hooks/install index 8600a1b..6e77a5c 100755 --- a/precise/0k-openerp/hooks/install +++ b/precise/0k-openerp/hooks/install @@ -48,6 +48,15 @@ if [ "$NO_VIRTUALENV" ]; then fi +if [ "$RELEASE" == "wheezy" ]; then + ( + cd /tmp + wget http://downloads.sourceforge.net/project/wkhtmltopdf/0.12.1/wkhtmltox-0.12.1_linux-precise-amd64.deb + dpkg -i wkhtmltox-0.12.1_linux-precise-amd64.deb + rm -f wkhtmltox-0.12.1_linux-precise-amd64.deb + ) +fi + pip install sact.epoch shyaml