diff --git a/mongodb.sh b/mongodb.sh index 444402f..1260527 100755 --- a/mongodb.sh +++ b/mongodb.sh @@ -11,7 +11,7 @@ BASE_PATH="${TUNASYNC_WORKING_DIR}" YUM_PATH="${BASE_PATH}/yum" APT_PATH="${BASE_PATH}/apt" -UBUNTU_VERSIONS=("trusty" "precise") +UBUNTU_VERSIONS=("trusty" "precise" "xenial") DEBIAN_VERSIONS=("wheezy") MONGO_VERSIONS=("3.2" "3.0") STABLE_VERSION="3.2"