Skip to content

Commit 94b8871

Browse files
authored
Update odoo_install_debian10.sh
1 parent c30b686 commit 94b8871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

odoo_install_debian10.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ sudo su - postgres -c "createuser -s $OE_USER" 2> /dev/null || true
6161
#--------------------------------------------------
6262
# Install Dependencies
6363
#--------------------------------------------------
64-
echo -e "\n---- Install tool packages ----"
65-
sudo apt-get install wget git python-pip gdebi-core -y
64+
echo -e "\n--- Installing Python 3 + pip3 --"
65+
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 -y
6666

6767
echo -e "\n---- Install python packages/requirements ----"
6868
sudo pip install -r https://github.com/odoo/odoo/raw/${OE_VERSION}/requirements.txt

0 commit comments

Comments
 (0)