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="dcc61f0d2ee9848e75cdf26a1846ce3ae611fb74"
|
|
ZONEMTA_COMMIT="2f43ae790600dd10c77eccb4149d95028401572c" # zone-mta-template
|
|
WEBMAIL_COMMIT="9de323a748b192af8bfd1e7dfd6b30f14052a8b1"
|
|
WILDDUCK_ZONEMTA_COMMIT="5ee9865fb78be5ffc6ba3a7abe1ccc3f982f6d0f"
|
|
WILDDUCK_HARAKA_COMMIT="9fd792f68b5d7738047e33552fc05072e8cccda2"
|
|
HARAKA_VERSION="2.8.23"
|
|
|
|
echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"
|