mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 12:42:50 +00:00
Add new versions of MongoDB and NodeSource
Signed-off-by: Harry Chen <i@harrychen.xyz>
This commit is contained in:
parent
9e62e8bd89
commit
2e11f6842b
@ -13,8 +13,8 @@ APT_PATH="${BASE_PATH}/apt"
|
|||||||
|
|
||||||
UBUNTU_VERSIONS=("trusty" "precise" "xenial" "bionic")
|
UBUNTU_VERSIONS=("trusty" "precise" "xenial" "bionic")
|
||||||
DEBIAN_VERSIONS=("wheezy" "jessie" "stretch" "buster")
|
DEBIAN_VERSIONS=("wheezy" "jessie" "stretch" "buster")
|
||||||
MONGO_VERSIONS=("4.0" "3.6" "3.4" "3.2")
|
MONGO_VERSIONS=("4.2" "4.0" "3.6" "3.4" "3.2")
|
||||||
STABLE_VERSION="4.0"
|
STABLE_VERSION="4.2"
|
||||||
|
|
||||||
UBUNTU_PATH="${APT_PATH}/ubuntu"
|
UBUNTU_PATH="${APT_PATH}/ubuntu"
|
||||||
DEBIAN_PATH="${APT_PATH}/debian"
|
DEBIAN_PATH="${APT_PATH}/debian"
|
||||||
|
@ -13,7 +13,7 @@ function sync_nodesource() {
|
|||||||
DEB_BASE_URL="https://deb.nodesource.com"
|
DEB_BASE_URL="https://deb.nodesource.com"
|
||||||
RPM_BASE_URL="https://rpm.nodesource.com"
|
RPM_BASE_URL="https://rpm.nodesource.com"
|
||||||
|
|
||||||
node_versions=("0.10" "0.12" "4.x" "6.x" "7.x" "8.x" "9.x" "10.x")
|
node_versions=("0.10" "0.12" "4.x" "6.x" "7.x" "8.x" "9.x" "10.x" "11.x" "12.x")
|
||||||
declare success=true
|
declare success=true
|
||||||
|
|
||||||
for ver in ${node_versions[@]}; do
|
for ver in ${node_versions[@]}; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user