Update README.md

This commit is contained in:
HHF Technology 2024-12-06 16:37:15 +05:30
parent e7896a3028
commit 6af82a6c25

View file

@ -13,15 +13,25 @@ To use this script:
1. Download script for the hhf git repo: 1. Download script for the hhf git repo:
```bash ```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: 2. Make it executable:
```bash ```bash
chmod +x install-mailcow.sh chmod +x install-mailcow-debian.sh
```
```bash
chmod +x install-mailcow-ubuntu.sh
``` ```
3. Run it as root: 3. Run it as root:
```bash ```bash
sudo ./install-mailcow.sh sudo ./install-mailcow-debian.sh
```
```bash
chmod +x install-mailcow-ubuntu.sh
``` ```
Important notes: Important notes: