From b79e1dc3f2e28cf7a2ee83e4442398222d3e1ec3 Mon Sep 17 00:00:00 2001 From: sparkcyf Date: Sun, 1 May 2022 19:58:45 +0800 Subject: [PATCH] elastic: add 8.x According to https://www.elastic.co/blog/whats-new-elastic-8-0-0 , elastic have released version 8 of elastic stack. --- elastic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elastic.sh b/elastic.sh index 9a70398..c19882b 100755 --- a/elastic.sh +++ b/elastic.sh @@ -11,7 +11,7 @@ BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://artifacts.elastic.co"} BASE_PATH="${TUNASYNC_WORKING_DIR%/}" BASE_URL="${BASE_URL%/}" -ELASTIC_VERSION=("5.x" "6.x" "7.x") +ELASTIC_VERSION=("5.x" "6.x" "7.x" "8.x") YUM_PATH="${BASE_PATH}/yum" APT_PATH="${BASE_PATH}/apt"