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: