summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 87a0ac3..5fabb96 100755
--- a/install.sh
+++ b/install.sh
@@ -3,7 +3,8 @@
# create the symbolic links to the files in this repository
cd `dirname $0`
-git submodule init --update
+git submodule init
+git submodule update
CURRENT_PATH=`pwd`