attifix: export correctly nvm path

This commit is contained in:
poka 2020-05-14 00:16:21 +02:00
parent 7449f56419
commit 9f4408e599
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ if [[ ! $(which node) ]]; then
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
source ~/.bashrc
nvm install --lts
nvm install 12
nvm use 12
fi
echo "