From c5c0468699050b1dbfa782b63dd538b8c25e3610 Mon Sep 17 00:00:00 2001 From: Yuxiang Zhang Date: Tue, 23 Apr 2019 10:13:45 +0800 Subject: [PATCH] elastic: add 7.x --- elastic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elastic.sh b/elastic.sh index 862b49b..336ad72 100755 --- a/elastic.sh +++ b/elastic.sh @@ -12,7 +12,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") +ELASTIC_VERSION=("5.x" "6.x" "7.x") YUM_PATH="${BASE_PATH}/yum" APT_PATH="${BASE_PATH}/apt"