Update README.md
This commit is contained in:
parent
e7896a3028
commit
6af82a6c25
1 changed files with 13 additions and 3 deletions
16
README.md
16
README.md
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue