From 6af82a6c25ee44400c615e99596d9073b79283b9 Mon Sep 17 00:00:00 2001 From: hhf Date: Fri, 6 Dec 2024 16:37:15 +0530 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b7bd1ea..773e435 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,25 @@ To use this script: 1. Download script for the hhf git repo: ```bash -wget https://git.hhf.technology/hhf/docker-mailcow/raw/branch/main/install-mailcow.sh +wget https://git.hhf.technology/hhf/docker-mailcow/raw/branch/main/install-mailcow-debian.sh ``` +```bash +wget https://git.hhf.technology/hhf/docker-mailcow/raw/branch/main/install-mailcow-ubuntu.sh +``` + 2. Make it executable: ```bash -chmod +x install-mailcow.sh +chmod +x install-mailcow-debian.sh +``` +```bash +chmod +x install-mailcow-ubuntu.sh ``` 3. Run it as root: ```bash -sudo ./install-mailcow.sh +sudo ./install-mailcow-debian.sh +``` +```bash +chmod +x install-mailcow-ubuntu.sh ``` Important notes: