mirror of
https://gitee.com/RubyMetric/nvm-cn.git
synced 2025-12-25 20:02:45 +00:00
update header in install.sh
This commit is contained in:
parent
d1372b0013
commit
ec7c6b2665
22
install.sh
22
install.sh
|
|
@ -1,4 +1,24 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# ---------------------------------------------------------------
|
||||
# File : install.sh
|
||||
# Authors : ccmywish <ccmywish@qq.com>
|
||||
# aifuxi <aifuxi.js@gmail.com>
|
||||
# Created on : <2021-01-06>
|
||||
# Last modified : <2022-11-15>
|
||||
#
|
||||
# install:
|
||||
#
|
||||
# This file installs nvm and change Node.JS source on your linux
|
||||
#
|
||||
# ----------
|
||||
# Changelog:
|
||||
#
|
||||
# ~> v0.1.0
|
||||
# <2022-11-14> Update mirror source by @aifuxi
|
||||
# <2021-01-06> Create file by @ccmywish
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
# Exit on error
|
||||
set -e
|
||||
|
||||
export NVM_DIR="$HOME/.nvm" && (
|
||||
|
|
|
|||
Loading…
Reference in New Issue