aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
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