mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-04 07:02:45 +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="c4c350fcefeab4d918f2b7d0342318a634d3676c"
|
|
ZONEMTA_COMMIT="7990c49dda71c8cb65ddd83da3b785711d26894b" # zone-mta-template
|
|
WEBMAIL_COMMIT="6750c535a817af18b9c3046cd4e2ea143c661950"
|
|
WILDDUCK_ZONEMTA_COMMIT="81435b4141e6ed1ce02a04f128b7a4ce57f628ca"
|
|
WILDDUCK_HARAKA_COMMIT="3b01159968820081c7ae96a48e06dae249ac89d6"
|
|
HARAKA_VERSION="2.8.23"
|
|
|
|
echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"
|