diff --git a/odoo_install_debian.sh b/odoo_install_debian.sh index e2f3b80..52c8e74 100644 --- a/odoo_install_debian.sh +++ b/odoo_install_debian.sh @@ -69,7 +69,7 @@ sudo su - postgres -c "createuser -s $OE_USER" 2> /dev/null || true # Install Dependencies #-------------------------------------------------- echo -e "\n--- Installing Python 3 + pip3 --" -sudo apt-get install git python3 python3-pip build-essential wget python3-dev python3-venv python3-wheel libxslt-dev -y +sudo apt-get install git python3 python3-pip build-essential wget python3-dev python3-venv python3-wheel libxslt1-dev -y sudo apt-get install libzip-dev libldap2-dev libsasl2-dev python3-setuptools node-less gdebi -y echo -e "\n---- Install python packages/requirements ----"