From 51c2752919b77859d6d3afd7b4b2af1210f8c9e2 Mon Sep 17 00:00:00 2001 From: Yenthe Date: Mon, 14 Sep 2015 15:52:05 +0200 Subject: [PATCH] Added dependencies (node-less & node-clean-css) Added dependencies (node-less & node-clean-css) --- V9/odoo_install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/V9/odoo_install.sh b/V9/odoo_install.sh index 62e1e16..9d1adad 100644 --- a/V9/odoo_install.sh +++ b/V9/odoo_install.sh @@ -64,6 +64,10 @@ sudo apt-get install python-dateutil python-feedparser python-ldap python-libxsl echo -e "\n---- Install python libraries ----" sudo pip install gdata +echo -e "\n--- Install Node-less and node-clean-css" +sudo apt-get install node-clean-css +sudo apt-get install node-less + #-------------------------------------------------- # Install Wkhtmltopdf if needed #--------------------------------------------------