which node

This commit is contained in:
qo-op 2020-05-04 03:11:17 +02:00
parent 9b75bedc8d
commit f5f5a2b06b
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ echo '
'
if [[ ! $(which nvm) ]]; then
if [[ ! $(which node) ]]; then
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash
source ~/.bashrc
export NVM_DIR="$HOME/.nvm"