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="0bc00fcbc7d4fb6603cc4c394b169ba94a218c20"
|
|
ZONEMTA_COMMIT="b79f57036f21b1a3f06143c72c1c925360a57f3b" # zone-mta-template
|
|
WEBMAIL_COMMIT="cc7829eeb79e7952b30f90a2c0c96cc213ce3ce4"
|
|
WILDDUCK_ZONEMTA_COMMIT="3723219ce832bac6726a68d67d93c6ee41cd7327"
|
|
WILDDUCK_HARAKA_COMMIT="14db1ceed857f8616094cfd2f52b6b58bf413173"
|
|
HARAKA_VERSION="2.8.21"
|
|
|
|
echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"
|