mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 12:42:50 +00:00
add new versions of node-source
Signed-off-by: Miao Wang <shankerwangmiao@gmail.com>
This commit is contained in:
parent
4c334c1383
commit
a08a551a23
@ -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" "11.x" "12.x")
|
node_versions=("0.10" "0.12" "4.x" "6.x" "7.x" "8.x" "9.x" "10.x" "11.x" "12.x" "13.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