node install

This commit is contained in:
qo-op 2020-05-11 18:43:33 +02:00
parent 5e76b07494
commit f83a9da761
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ fi
if [[ ! $(which oasis) ]]; then
echo "INSTALL...."
# Install nvm
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"