From 5a4d2669f51beecebd4272a73f1b65e958c540d5 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 13 May 2025 11:21:59 +0200 Subject: [PATCH] Update odoo-install.sh --- install/odoo-install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install/odoo-install.sh b/install/odoo-install.sh index d9845a7..3b24784 100644 --- a/install/odoo-install.sh +++ b/install/odoo-install.sh @@ -15,11 +15,10 @@ network_check update_os msg_info "Installing Dependencies (Patience)" -$STD apt-get install -y --no-install-recommends \ +$STD apt-get install -y \ git \ python3 \ python3-pip \ - python3-venv \ python3-dev \ build-essential \ libxslt-dev \ @@ -56,13 +55,12 @@ setup_uv msg_info "Creating Python Virtual Environment" uv venv /opt/odoo/.venv source /opt/odoo/.venv/bin/activate -uv sync --all-extras +#uv sync --all-extras uv pip install --upgrade pip wheel uv pip install -r /opt/odoo/odoo/requirements.txt msg_ok "Created and populated Python venv" msg_info "Creating Configuration File" -/usr/bin/touch /opt/odoo/odoo.conf cat </opt/odoo/odoo.conf [options] addons_path = /opt/odoo/odoo/addons