mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-07 16:38:17 +08:00
12 lines
461 B
Bash
12 lines
461 B
Bash
#! /bin/bash
|
|
|
|
OURNAME=01_install_commits.sh
|
|
|
|
WILDDUCK_COMMIT="80df772b661a999b27a049791f5cd07b400887e6"
|
|
ZONEMTA_COMMIT="f5f6a80ef6571c24afbb013eb18d74ec6e81ea1e" # zone-mta-template
|
|
WEBMAIL_COMMIT="221783539bd4382917d750989bb2ab425804f80a"
|
|
WILDDUCK_ZONEMTA_COMMIT="e58db2e431669cf63454c530620176b6d387b364"
|
|
WILDDUCK_HARAKA_COMMIT="cd37af59b78ffb07118a86fbaf6d95508b98cf68"
|
|
HARAKA_VERSION="2.8.18"
|
|
|
|
echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"
|