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="3418390d268a4ddd210cb764e7fbe51cd1bddd4e"
|
|
ZONEMTA_COMMIT="fad9d3f0f8e1568e8eeb4a72791fab24d1f245d7" # zone-mta-template
|
|
WEBMAIL_COMMIT="221783539bd4382917d750989bb2ab425804f80a"
|
|
WILDDUCK_ZONEMTA_COMMIT="e58db2e431669cf63454c530620176b6d387b364"
|
|
WILDDUCK_HARAKA_COMMIT="cd37af59b78ffb07118a86fbaf6d95508b98cf68"
|
|
HARAKA_VERSION="2.8.20"
|
|
|
|
echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"
|