diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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` |