mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
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.
This commit is contained in:
parent
a47eb031f5
commit
b79e1dc3f2
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user