mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
Merge 7cbff22d1d
into e9f35e7b15
This commit is contained in:
commit
140b92265a
3
nvm.sh
3
nvm.sh
@ -230,6 +230,9 @@ nvm()
|
||||
for VER in `curl -s http://nodejs.org/dist/ -o - | grep 'v[0-9].*' | sed -e 's/.*node-//' -e 's/\.tar\.gz.*//' -e 's/<[^>]*>//' -e 's/\/<[^>]*>.*//'`; do
|
||||
touch $VER
|
||||
done
|
||||
for VER in `curl -s http://nodejs.org/dist/ -o - | grep 'v0.[0-9]\{1,2\}\.[0-9]\{1,2\}/' | sed -e 's/.*v0./v0./' | sed -e 's/\/.*//'`; do
|
||||
touch $VER
|
||||
done
|
||||
echo " done."
|
||||
)
|
||||
[ "$STABLE" = `nvm_version stable` ] || echo "NEW stable: `nvm_version stable`"
|
||||
|
Loading…
Reference in New Issue
Block a user