[New] install script: Allow installation from other repository

This commit is contained in:
nmarghetti
2020-12-27 10:09:29 +01:00
committed by Jordan Harband
parent f3fa157456
commit 4e9df33cb7
4 changed files with 22 additions and 10 deletions

View File

@@ -2,6 +2,8 @@
die () { echo "$@" ; exit 1; }
# Needed to avoid to checkout the repo to the latest nvm version, losing the commits of the current PR
unset NVM_DIR
NODE_VERSION=8 \. ../../install.sh
# nvm installed node 8