Merge pull request #7 from andreiboyanov/Crete-sample-dot-env

Create sample dot env
This commit is contained in:
Andrei Boyanov 2025-05-08 17:32:32 +02:00 committed by GitHub
commit 7bb9405d4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

0
.env-sample Normal file
View File

View File

@ -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

2
run.sh
View File

@ -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