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="7d22c436e7d5db15497198eaa224d6f100405b6d"
|
|
ZONEMTA_COMMIT="7990c49dda71c8cb65ddd83da3b785711d26894b" # zone-mta-template
|
|
WEBMAIL_COMMIT="6f7981108c9ce423542a9526451991cf20823652"
|
|
WILDDUCK_ZONEMTA_COMMIT="0ec2c3d304d6dd2b43dfa1abead65aca587c2efa"
|
|
WILDDUCK_HARAKA_COMMIT="9805acd14bb9318a615d9ab4801b7c0d36d1ef2a"
|
|
HARAKA_VERSION="2.8.21"
|
|
|
|
echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"
|