mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-04 07:02:45 +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.2"
|
|
CODENAME=`lsb_release -c -s`
|
|
|
|
WILDDUCK_COMMIT="7a4e9514ef53e78e80ed5b2bdfdbde31d910088c"
|
|
ZONEMTA_COMMIT="a905d22064f2d5bcec5d946144c0c6974e96d60f" # zone-mta-template
|
|
WEBMAIL_COMMIT="38a25e73bec7c446ced92a76955a2799d1ce5ad3"
|
|
WILDDUCK_ZONEMTA_COMMIT="54d6399ab9eac91ba6633a54b4972dec32a0a218"
|
|
WILDDUCK_HARAKA_COMMIT="f6ac6da4afbcf1e827d29facccb64b6a0138f816"
|
|
HARAKA_VERSION="2.8.26"
|
|
|
|
echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"
|