|
@ -48,6 +48,15 @@ if [ "$NO_VIRTUALENV" ]; then |
|
|
|
|
|
|
|
|
fi |
|
|
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 |
|
|
pip install sact.epoch shyaml |
|
|
|
|
|
|
|
|