diff --git a/Makefile b/Makefile index 9435d03fd..043b640ee 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,8 @@ VERSION := community ADDONS=${PWD}/addons,${PWD}/odoo/addons install: - sudo apt install -y python3-pip libldap2-dev libpq-dev libsasl2-dev postgresql postgresql-client + sudo apt update -y && \ + sudo apt install -y python3-pip libldap2-dev libpq-dev libsasl2-dev postgresql postgresql-client && \ ${PIP} install --no-input -r requirements.txt --break-system-packages gen_config: ${PWD}/setup/init_config.sh --native ${ADDONS}