mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-11-09 16:01:06 +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="81e1300e3c4e1e9723a9bfa90cae31937c536808"
|
|
ZONEMTA_COMMIT="ced742994a743b8505654f8741aa1d26f04b788c" # zone-mta-template
|
|
WEBMAIL_COMMIT="fc94c3a4518748be136aad6eee3a92793498d43c"
|
|
WILDDUCK_ZONEMTA_COMMIT="7d7868ecca91fc48d7244382c0a81377aed92844"
|
|
WILDDUCK_HARAKA_COMMIT="2848f60da7a470f07696a18136453c21228014ba"
|
|
HARAKA_VERSION="2.8.24"
|
|
|
|
echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"
|