mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-03-01 18:35:09 +08:00
16 lines
526 B
Bash
16 lines
526 B
Bash
#! /bin/bash
|
|
|
|
OURNAME=01_install_commits.sh
|
|
|
|
NODEREPO="node_12.x"
|
|
MONGODB="4.0"
|
|
CODENAME=`lsb_release -c -s`
|
|
|
|
WILDDUCK_COMMIT="b2d98a007b8f5db685c9d956676000662969e56a"
|
|
ZONEMTA_COMMIT="9819b7aa3d93862e9739db06c6b999f9b9e311be" # zone-mta-template
|
|
WEBMAIL_COMMIT="d9d34121eb89747b94833b289ac1b365ededac38"
|
|
WILDDUCK_ZONEMTA_COMMIT="695ca8a19a3c3e8212de1136a73beb58db6453c4"
|
|
WILDDUCK_HARAKA_COMMIT="73ec2a1e5e7cbc9005176540dc3e45bd4924aaa0"
|
|
HARAKA_VERSION="2.8.24"
|
|
|
|
echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"
|