We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c2752 commit d6add75Copy full SHA for d6add75
V9/odoo_install.sh
@@ -64,9 +64,10 @@ sudo apt-get install python-dateutil python-feedparser python-ldap python-libxsl
64
echo -e "\n---- Install python libraries ----"
65
sudo pip install gdata
66
67
-echo -e "\n--- Install Node-less and node-clean-css"
+echo -e "\n--- Install other required packages"
68
sudo apt-get install node-clean-css
69
sudo apt-get install node-less
70
+sudo apt-get install python-gevent
71
72
#--------------------------------------------------
73
# Install Wkhtmltopdf if needed
0 commit comments