aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-07-18 18:36:50 +0800
committerjdhao <jdhao@hotmail.com>2021-07-18 18:36:50 +0800
commitb210540eab6dc59ae0ab5fcc6525c845a8afd03b (patch)
tree229b2e83840074702913b0c31842141c52d6bbe5 /docs
parentb5162f02b893cbef6e41994ed7a53873f74be33a (diff)
Update setup script
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/Nvim_setup.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/Nvim_setup.sh b/docs/Nvim_setup.sh
index 89e6aca..b046909 100755
--- a/docs/Nvim_setup.sh
+++ b/docs/Nvim_setup.sh
@@ -93,11 +93,6 @@ NODE_DIR=$HOME/tools/nodejs
NODE_SRC_NAME=$HOME/packages/nodejs.tar.gz
# when download speed is slow, we can also use its mirror site: https://mirrors.ustc.edu.cn/node/v15.0.0/
NODE_LINK="https://nodejs.org/dist/v14.15.4/node-v14.15.4-linux-x64.tar.xz"
-
-mkdir -p $HOME/tools
-# extract node to a custom directory, the directory should exist.
-# tar xvf node-v14.15.4-linux-x64.tar.xz --directory=$HOME/tools
-
if [[ -z "$(command -v node)" ]]; then
echo "Install Nodejs"
if [[ ! -f $NODE_SRC_NAME ]]; then