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="8839e9f7c1a6e498846b01a094e19f33047d9e69"
|
|
ZONEMTA_COMMIT="7ce05cdbb63da1ae6133fc42e9ed5e6a8d3ca942" # zone-mta-template
|
|
WEBMAIL_COMMIT="ac0fcc82694e89fae556477197538c7802e0d75f"
|
|
WILDDUCK_ZONEMTA_COMMIT="c5667b34a2bbb71811967135d1f7ac459d2063bb"
|
|
WILDDUCK_HARAKA_COMMIT="99cfee567c481ad5aadab76d26282b1517ee64d0"
|
|
HARAKA_VERSION="2.8.23"
|
|
|
|
echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"
|