mirror of
https://gitee.com/RubyMetric/nvm-cn.git
synced 2025-12-25 20:02:45 +00:00
update header
This commit is contained in:
parent
ec7c6b2665
commit
1c7f3daca5
|
|
@ -8,6 +8,7 @@
|
|||
# nvm-update:
|
||||
#
|
||||
# Update your nvm and Node.js versions
|
||||
# See: https://gitee.com/RubyKids/nvm-cn
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
(
|
||||
|
|
|
|||
12
uninstall.sh
12
uninstall.sh
|
|
@ -1,3 +1,15 @@
|
|||
#!/usr/bin/env bash
|
||||
# ---------------------------------------------------------------
|
||||
# File : uninstall.sh
|
||||
# Authors : ccmywish <ccmywish@qq.com>
|
||||
# Created on : <2021-01-06>
|
||||
# Last modified : <2021-01-06>
|
||||
#
|
||||
# uninstall:
|
||||
#
|
||||
# Uninstall nvm wholly
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
echo "=> 删除~/.nvm"
|
||||
rm -rf $HOME/.nvm
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue