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="4.0"
|
|
CODENAME=`lsb_release -c -s`
|
|
|
|
WILDDUCK_COMMIT="a289063435b1c0be91aac6ece415d12e851e6c46"
|
|
ZONEMTA_COMMIT="9819b7aa3d93862e9739db06c6b999f9b9e311be" # zone-mta-template
|
|
WEBMAIL_COMMIT="d5b1da8a9535d69d11856a2ee8487760895a8ab3"
|
|
WILDDUCK_ZONEMTA_COMMIT="4b128553e479f16d1d1da2d2c20543783ee14213"
|
|
WILDDUCK_HARAKA_COMMIT="08f42841a6bb300c6ceb3370ad06800b9de7016c"
|
|
HARAKA_VERSION="2.8.24"
|
|
|
|
echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"
|