diff options
author | booo <borgers@mi.fu-berlin.de> | 2011-04-26 01:24:34 +0200 |
---|---|---|
committer | booo <borgers@mi.fu-berlin.de> | 2011-04-26 01:24:34 +0200 |
commit | 8cebbdb2b4a45fff7f90e2fd758bcf30c45f610f (patch) | |
tree | 137322fbe9c6a55939c911fb1d8be1f177e8da2a | |
parent | 0a85fb5077e1036ea72ce5011a79e9aaa75628b9 (diff) | |
download | osm-xapi-8cebbdb2b4a45fff7f90e2fd758bcf30c45f610f.tar.gz osm-xapi-8cebbdb2b4a45fff7f90e2fd758bcf30c45f610f.tar.xz osm-xapi-8cebbdb2b4a45fff7f90e2fd758bcf30c45f610f.zip |
init/update submodule nvm
-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 |