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="29dfd6c55db6148674c0834dfd8744141705c1c2"
|
|
ZONEMTA_COMMIT="fad9d3f0f8e1568e8eeb4a72791fab24d1f245d7" # zone-mta-template
|
|
WEBMAIL_COMMIT="221783539bd4382917d750989bb2ab425804f80a"
|
|
WILDDUCK_ZONEMTA_COMMIT="02b1d02d8a7c6c9017733e5619be18b7c1719488"
|
|
WILDDUCK_HARAKA_COMMIT="14db1ceed857f8616094cfd2f52b6b58bf413173"
|
|
HARAKA_VERSION="2.8.21"
|
|
|
|
echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"
|