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" && (