wildduck/setup/01_install_commits.sh

20 lines
594 B
Bash
Raw Normal View History

#! /bin/bash
OURNAME=01_install_commits.sh
2023-08-24 15:34:17 +08:00
apt-get update
2024-01-02 18:00:07 +08:00
apt-get install -y lsb-release ca-certificates curl gnupg
2023-08-24 15:34:17 +08:00
2024-01-02 18:00:07 +08:00
NODE_MAJOR="20"
2023-08-24 15:34:17 +08:00
MONGODB="7.0"
2018-08-06 14:27:36 +08:00
CODENAME=`lsb_release -c -s`
2024-02-08 16:28:42 +08:00
WILDDUCK_COMMIT="3d864c87debabe5494c6bfabb2d406949bb264a2"
2024-02-05 16:12:54 +08:00
ZONEMTA_COMMIT="bf3ca53d99b51808105dc63c3b263c1ca8b32c48" # zone-mta-template
2024-01-02 17:41:36 +08:00
WEBMAIL_COMMIT="40ee1ef973de33de5bdf3e6b7e877d156d87436a"
2024-02-08 16:28:42 +08:00
WILDDUCK_ZONEMTA_COMMIT="de3d8e5d5a206e467f4d555f3d37af517e632a99"
WILDDUCK_HARAKA_COMMIT="b46c91476295d309cfa1694d2cef629ea727a2ca"
2023-08-24 15:02:40 +08:00
HARAKA_VERSION="3.0.2"
echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"