From f04383f157d25ad36a102fee7d15f8f52eb59229 Mon Sep 17 00:00:00 2001 From: Andrei Boyanov Date: Thu, 8 May 2025 17:27:16 +0200 Subject: [PATCH 1/2] Fix README --- README.md | 2 +- run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cab5214..b4dddb1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Installing Odoo 18.0 with one command (Supports multiple Odoo instances on one server). +# Installing Odoo 18.0 for the emf1995.club community site. ## Quick Installation diff --git a/run.sh b/run.sh index 2f9635f..e9fc421 100644 --- a/run.sh +++ b/run.sh @@ -4,7 +4,7 @@ PORT=$2 CHAT=$3 # Clone Odoo directory -echo "Clonning the repository" +echo "Cloning the repository" git clone --depth=1 https://github.com/andreiboyanov/emf-1995-docker-compose $DESTINATION || exit -1 rm -rf $DESTINATION/.git || exit -1 From eb48a6ef4fd18dc0c9791f59aaaa21a41c7563fe Mon Sep 17 00:00:00 2001 From: Andrei Boyanov Date: Thu, 8 May 2025 17:29:08 +0200 Subject: [PATCH 2/2] Add new .env semple file --- .env-sample | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .env-sample diff --git a/.env-sample b/.env-sample new file mode 100644 index 0000000..e69de29