Skip to content

Commit 2c511b5

Browse files
committed
Updated commit hashes
1 parent 37b6793 commit 2c511b5

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

setup/01_install_commits.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ NODE_MAJOR="20"
99
MONGODB="7.0"
1010
CODENAME=`lsb_release -c -s`
1111

12-
WILDDUCK_COMMIT="c7c28675968059e662a3120b370166121b4dd823"
12+
WILDDUCK_COMMIT="37b6793976c9d73dc7796bb0f1072472569f4f5b"
1313
ZONEMTA_COMMIT="6caff2cc4626606fced4d8fe5e21a306b904d30a" # zone-mta-template
1414
WEBMAIL_COMMIT="40ee1ef973de33de5bdf3e6b7e877d156d87436a"
1515
WILDDUCK_ZONEMTA_COMMIT="fdc6f5355dd41b2d490440e404ff52dda99fac2c"

setup/README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,16 @@ All components use TLS/HTTPS with Let's Encrypt certificates by default. Webmail
3131

3232
Run the following commands as root user. Before actually starting _install.sh_ you could inspect it to see what it exactly does.
3333

34-
(run as `root`)
34+
> [!IMPORTANT]
35+
> Run the following commands as `root`
3536
36-
$ wget -O - https://raw.githubusercontent.com/nodemailer/wildduck/master/setup/get_install.sh | bash
37-
$ ./install.sh mydomain.com mail.mydomain.com
37+
```bash
38+
wget -O - https://raw.githubusercontent.com/nodemailer/wildduck/master/setup/get_install.sh | bash
39+
```
40+
41+
```bash
42+
./install.sh mydomain.com mail.mydomain.com
43+
```
3844

3945
Where _mydomain.com_ is the email address domain and _mail.mydomain.com_ is the hostname of current server.
4046

0 commit comments

Comments
 (0)