From 1ed28817efd4f415aee0c8a2b5b6772edfc2c58e Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Tue, 12 Jul 2016 18:35:10 -0400 Subject: Fix submodule init --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install.sh') 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` -- cgit v1.2.3-70-g09d2