From f096b7a268c0cc1ec245c0b27543d09c026cc28c Mon Sep 17 00:00:00 2001 From: Rage <139008637+jo0ta@users.noreply.github.com> Date: Mon, 19 Feb 2024 00:34:10 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fbafc8..b9af1be 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you set the parameter ```INSTALL_NGINX``` to ```True``` you should also confi ##### 1. Download the script: ``` -sudo wget https://raw.githubusercontent.com/Yenthe666/InstallScript/17.0/odoo_install.sh +sudo wget https://raw.githubusercontent.com/jo0ta/InstallScript/17.0/odoo_install.sh ``` ##### 2. Modify the parameters as you wish. There are a few things you can configure, this is the most used list:
@@ -44,5 +44,5 @@ If you'd like you can use my [DigitalOcean referral link](https://m.do.co/c/d605 ## Minimal server requirements While technically you can run an Odoo instance on 1GB (1024MB) of RAM it is absolutely not advised. A Linux instance typically uses 300MB-500MB and the rest has to be split among Odoo, postgreSQL and others. If you install an Odoo you should make sure to use at least 2GB of RAM. This script might fail with less resources too. -There are known issues on DigitalOcean for example where the installation crashes on 1GB RAM machines. See https://github.com/Yenthe666/InstallScript/issues/243 +There are known issues on DigitalOcean for example where the installation crashes on 1GB RAM machines. See https://github.com/jo0ta/InstallScript/issues/243