From e42507e073eace9a832db3df2549593a137028e7 Mon Sep 17 00:00:00 2001 From: hoangvv Date: Wed, 15 Jan 2025 09:28:48 +0700 Subject: [PATCH] update @native --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}