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="7e424ba7a1f4345d96d59cb008d49ad26bb42c34"
|
|
ZONEMTA_COMMIT="ced742994a743b8505654f8741aa1d26f04b788c" # zone-mta-template
|
|
WEBMAIL_COMMIT="a489ca03ad18bd9d7c300aae4bdabb55a4a47ee8"
|
|
WILDDUCK_ZONEMTA_COMMIT="daaefe3107b3b2b2f8ab594666d25e639dcb2479"
|
|
WILDDUCK_HARAKA_COMMIT="6de115c0268dd35b956adcbcfc2042d825180601"
|
|
HARAKA_VERSION="2.8.24"
|
|
|
|
echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"
|