mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-27 02:10:52 +08:00
16 lines
526 B
Bash
Executable file
16 lines
526 B
Bash
Executable file
#! /bin/bash
|
|
|
|
OURNAME=01_install_commits.sh
|
|
|
|
NODEREPO="node_14.x"
|
|
MONGODB="4.4"
|
|
CODENAME=`lsb_release -c -s`
|
|
|
|
WILDDUCK_COMMIT="48b740d73dbc93dd2d7f0f32157b05a930d4b253"
|
|
ZONEMTA_COMMIT="defb4b4c853075caee1f5a5894c7c2f823a364cd" # zone-mta-template
|
|
WEBMAIL_COMMIT="3371984a32a7942d7859c3fcde923cf62484e7fa"
|
|
WILDDUCK_ZONEMTA_COMMIT="bf4ed19fa47d00950ad420bf28c9516818c08882"
|
|
WILDDUCK_HARAKA_COMMIT="a3952117209176453e19ed0768b40c14b01f01d3"
|
|
HARAKA_VERSION="2.8.27"
|
|
|
|
echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"
|