Update mongodb.sh

This commit is contained in:
Yuxiang Zhang 2019-09-03 12:51:36 +08:00 committed by GitHub
parent cd1a0a03a2
commit 3f23bef3f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ YUM_PATH="${BASE_PATH}/yum"
APT_PATH="${BASE_PATH}/apt" APT_PATH="${BASE_PATH}/apt"
UBUNTU_VERSIONS=("trusty" "precise" "xenial" "bionic") UBUNTU_VERSIONS=("trusty" "precise" "xenial" "bionic")
DEBIAN_VERSIONS=("wheezy" "jessie" "stretch") DEBIAN_VERSIONS=("wheezy" "jessie" "stretch" "buster")
MONGO_VERSIONS=("4.0" "3.6" "3.4" "3.2") MONGO_VERSIONS=("4.0" "3.6" "3.4" "3.2")
STABLE_VERSION="4.0" STABLE_VERSION="4.0"