mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
Update mongoDB script to latest stable version 4.0
Signed-off-by: Harry Chen <i@harrychen.xyz>
This commit is contained in:
parent
a4faf9953f
commit
685af6e17b
@ -11,10 +11,10 @@ BASE_PATH="${TUNASYNC_WORKING_DIR}"
|
||||
YUM_PATH="${BASE_PATH}/yum"
|
||||
APT_PATH="${BASE_PATH}/apt"
|
||||
|
||||
UBUNTU_VERSIONS=("trusty" "precise" "xenial")
|
||||
DEBIAN_VERSIONS=("wheezy" "jessie")
|
||||
MONGO_VERSIONS=("3.6" "3.4" "3.2" "3.0")
|
||||
STABLE_VERSION="3.6"
|
||||
UBUNTU_VERSIONS=("trusty" "precise" "xenial" "bionic")
|
||||
DEBIAN_VERSIONS=("wheezy" "jessie" "stretch")
|
||||
MONGO_VERSIONS=("4.0" "3.6" "3.4" "3.2")
|
||||
STABLE_VERSION="4.0"
|
||||
|
||||
UBUNTU_PATH="${APT_PATH}/ubuntu"
|
||||
DEBIAN_PATH="${APT_PATH}/debian"
|
||||
|
Loading…
x
Reference in New Issue
Block a user