7 Star 216 Fork 67

RubyMetric / nvm-cn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nvm-update.sh 596 Bytes
一键复制 编辑 原始数据 按行查看 历史
ccmywish 提交于 2023-09-07 09:39 . Change location
#!/usr/bin/env bash
# ---------------------------------------------------------------
# File : nvm-update.sh
# Authors : ccmywish <ccmywish@qq.com>
# Created on : <2021-01-06>
# Last modified : <2022-11-14>
#
# nvm-update:
#
# Update your nvm and Node.js versions
# See: https://gitee.com/RubyMetric/nvm-cn
# ---------------------------------------------------------------
(
cd "$NVM_DIR"
git fetch --tags origin
git checkout `git describe --abbrev=0 --tags --match "v[0-9]*" $(git rev-list --tags --max-count=1)`
) && \. "$NVM_DIR/nvm.sh"
echo "=> nvm更新完成"
Shell
1
https://gitee.com/RubyMetric/nvm-cn.git
git@gitee.com:RubyMetric/nvm-cn.git
RubyMetric
nvm-cn
nvm-cn
main

搜索帮助