mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-09-11 15:45:53 +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="4e493d604a15c66f5a0ba0ecd61dcb1a73fc6cc5"
|
|
ZONEMTA_COMMIT="47f230b3189814f3c99194e9b2db4c5d4c609563" # zone-mta-template
|
|
WEBMAIL_COMMIT="edd502485fe2a1bd9c9c685c306632ed097ebe5d"
|
|
WILDDUCK_ZONEMTA_COMMIT="8ca467228a8d3fca93af0a9970f1717dbc5ea1ca"
|
|
WILDDUCK_HARAKA_COMMIT="5a2574f46d350714f1d8611ebb2ee3154ed9e981"
|
|
HARAKA_VERSION="2.8.25"
|
|
|
|
echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"
|