mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-03-14 00:53:25 +08:00
updated install script
This commit is contained in:
parent
6fb85d597f
commit
11bed92798
1 changed files with 3 additions and 3 deletions
|
@ -12,11 +12,11 @@ fi
|
|||
|
||||
HOSTNAME="$1"
|
||||
|
||||
WILDDUCK_COMMIT="8425671aa6f33ce0d3a1c2a16ceeec22b46b6115"
|
||||
WILDDUCK_COMMIT="6fb85d597fcd1452a675e106a1723a7340275d4a"
|
||||
ZONEMTA_COMMIT="e058fccbf75a87c2d84df43e012ea579d2f9b481"
|
||||
WEBMAIL_COMMIT="be67abbad78c0f912394e0aaaf699629477e3985"
|
||||
HARAKA_VERSION="2.8.14"
|
||||
HARAKA_PLUGIN_WILDDUCK_VERSION="1.6.2"
|
||||
HARAKA_VERSION="2.8.14" # do not use 2.8.16
|
||||
HARAKA_PLUGIN_WILDDUCK_VERSION="1.7.1"
|
||||
|
||||
if [[ $EUID -ne 0 ]]; then
|
||||
echo "This script must be run as root" 1>&2
|
||||
|
|
Loading…
Reference in a new issue