mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-11 02:18:38 +08:00
16 lines
526 B
Bash
16 lines
526 B
Bash
#! /bin/bash
|
|
|
|
OURNAME=01_install_commits.sh
|
|
|
|
NODEREPO="node_10.x"
|
|
MONGODB="3.6"
|
|
CODENAME=`lsb_release -c -s`
|
|
|
|
WILDDUCK_COMMIT="a914b3c6930f21a36489157f6e8774a4cc4159a8"
|
|
ZONEMTA_COMMIT="ced742994a743b8505654f8741aa1d26f04b788c" # zone-mta-template
|
|
WEBMAIL_COMMIT="c64949589047d7a350d9f857de33d61d4e2fb8c3"
|
|
WILDDUCK_ZONEMTA_COMMIT="daaefe3107b3b2b2f8ab594666d25e639dcb2479"
|
|
WILDDUCK_HARAKA_COMMIT="6de115c0268dd35b956adcbcfc2042d825180601"
|
|
HARAKA_VERSION="2.8.24"
|
|
|
|
echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"
|