mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-07 16:38:17 +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="617576c2e377166c15f00ecd29fd12aa8009fc13"
|
|
ZONEMTA_COMMIT="b79f57036f21b1a3f06143c72c1c925360a57f3b" # zone-mta-template
|
|
WEBMAIL_COMMIT="97085f77008104288bc1b3cf7360d3295a886706"
|
|
WILDDUCK_ZONEMTA_COMMIT="2798c42b235f9e1c1d8627d29eb742df27efb28a"
|
|
WILDDUCK_HARAKA_COMMIT="1c822580d68b47c043364da25e460419f6c7cc17"
|
|
HARAKA_VERSION="2.8.21"
|
|
|
|
echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"
|