updated install script

This commit is contained in:
Andris Reinman 2017-12-27 15:52:34 +02:00
parent 6fb85d597f
commit 11bed92798

View file

@ -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