From ec7c6b2665a39652273a45606e515cb35d0b0300 Mon Sep 17 00:00:00 2001 From: ccmywish Date: Tue, 15 Nov 2022 10:36:57 +0800 Subject: [PATCH] update header in install.sh --- install.sh | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1bf7654..49ed823 100644 --- a/install.sh +++ b/install.sh @@ -1,4 +1,24 @@ -#!/bin/bash +#!/usr/bin/env bash +# --------------------------------------------------------------- +# File : install.sh +# Authors : ccmywish +# aifuxi +# 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" && (