Merge pull request #137 from sparkcyf/patch-1

elastic: add 8.x
This commit is contained in:
Zenithal 2022-05-03 02:19:54 +08:00 committed by GitHub
commit a5bf8066aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://artifacts.elastic.co"}
BASE_PATH="${TUNASYNC_WORKING_DIR%/}" BASE_PATH="${TUNASYNC_WORKING_DIR%/}"
BASE_URL="${BASE_URL%/}" 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" YUM_PATH="${BASE_PATH}/yum"
APT_PATH="${BASE_PATH}/apt" APT_PATH="${BASE_PATH}/apt"