From e113500797bab3d554527fdf6a1898717b081b22 Mon Sep 17 00:00:00 2001 From: "Yenthe V.G" Date: Tue, 2 Oct 2018 13:04:54 +0200 Subject: [PATCH] [IMP] odoo_install: remove gevent as it is in the requirements these days --- odoo_install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index ddee71b..87ecb72 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -65,7 +65,6 @@ sudo apt-get install python3 python3-pip git gdebi-core -y echo -e "\n--- Install other required packages" sudo apt-get install node-clean-css -y sudo apt-get install node-less -y -sudo apt-get install python-gevent -y #-------------------------------------------------- # Install Wkhtmltopdf if needed