From 7989af43377370f0473b563f25c2fc9624fb9809 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 7 Dec 2017 23:37:43 +0800 Subject: [PATCH] add 6.x --- elastic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elastic.sh b/elastic.sh index 328a424..862b49b 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") +ELASTIC_VERSION=("5.x" "6.x") YUM_PATH="${BASE_PATH}/yum" APT_PATH="${BASE_PATH}/apt"