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