diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-18 18:36:50 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-18 18:36:50 +0800 |
| commit | b210540eab6dc59ae0ab5fcc6525c845a8afd03b (patch) | |
| tree | 229b2e83840074702913b0c31842141c52d6bbe5 /docs | |
| parent | b5162f02b893cbef6e41994ed7a53873f74be33a (diff) | |
Update setup script
Diffstat (limited to 'docs')
| -rwxr-xr-x | docs/Nvim_setup.sh | 5 |
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 |
