Skip to content

Commit 9ddf3b2

Browse files
authored
[FIX] odoo_install: add gdebi for wkhtmltopdf installation
1 parent de2d0c0 commit 9ddf3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odoo_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ sudo su - postgres -c "createuser -s $OE_USER" 2> /dev/null || true
6363
# Install Dependencies
6464
#--------------------------------------------------
6565
echo -e "\n--- Installing Python 3 + pip3 --"
66-
sudo apt-get install git python3-pip build-essential wget python3-dev python3-venv python3-wheel libxslt-dev libzip-dev libldap2-dev libsasl2-dev python3-setuptools node-less libpng12-0 -y
66+
sudo apt-get install git python3-pip build-essential wget python3-dev python3-venv python3-wheel libxslt-dev libzip-dev libldap2-dev libsasl2-dev python3-setuptools node-less libpng12-0 gdebi -y
6767

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

0 commit comments

Comments
 (0)