mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 11:42:43 +00:00
add mongodb 7.0
This commit is contained in:
parent
3cbfef6b4e
commit
bc27995b17
@ -8,8 +8,8 @@ yum_sync="${_here}/yum-sync.py"
|
||||
BASE_PATH="${TUNASYNC_WORKING_DIR}"
|
||||
BASE_URL=${TUNASYNC_UPSTREAM_URL:-"http://repo.mongodb.org"}
|
||||
|
||||
MONGO_VERSIONS=("6.0" "5.0" "4.4" "4.2")
|
||||
STABLE_VERSION="5.0"
|
||||
MONGO_VERSIONS=("7.0" "6.0" "5.0" "4.4" "4.2")
|
||||
STABLE_VERSION="7.0"
|
||||
|
||||
YUM_PATH="${BASE_PATH}/yum"
|
||||
APT_PATH="${BASE_PATH}/apt"
|
||||
|
Loading…
x
Reference in New Issue
Block a user