Browse Source

new: [0k-openerp] added wkhtmltox in correct version for wheezy.

postgres
Valentin Lab 10 years ago
parent
commit
b20b7ab76c
  1. 9
      precise/0k-openerp/hooks/install

9
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

Loading…
Cancel
Save