mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-03 22:53:00 +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="dd5ea8b53e044fe535b4a72bbb6f46ae8acd51a4"
|
|
ZONEMTA_COMMIT="a7ed55745eac8c96c12e68f58b5f721bff094c5b" # zone-mta-template
|
|
WEBMAIL_COMMIT="6750c535a817af18b9c3046cd4e2ea143c661950"
|
|
WILDDUCK_ZONEMTA_COMMIT="cf2cd036061367b8fb096d34bc2da02b297098f0"
|
|
WILDDUCK_HARAKA_COMMIT="6e3bc18f253caf7b56a10a9ed033a0860b99f638"
|
|
HARAKA_VERSION="2.8.23"
|
|
|
|
echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"
|