diff --git a/odoo_install_debian10.sh b/odoo_install_debian10.sh index 2bf8a75..5e8753f 100644 --- a/odoo_install_debian10.sh +++ b/odoo_install_debian10.sh @@ -53,7 +53,7 @@ sudo apt-get upgrade -y # Install PostgreSQL Server #-------------------------------------------------- echo -e "\n---- Install PostgreSQL Server ----" -sudo apt-get install postgresql -y +sudo apt-get install postgresql libpq-dev -y echo -e "\n---- Creating the ODOO PostgreSQL User ----" sudo su - postgres -c "createuser -s $OE_USER" 2> /dev/null || true