diff options
-rwxr-xr-x | bootstrap.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index db8c0b3..67fdf2d 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -3,6 +3,10 @@ ########################### # start config +#fetch nvm and perhaps modified pg module? +git submodule init +git submodule update + # location of nvm script NVM_PATH=nvm/nvm.sh # location where node.js will be installed |