From 65f7350e6974273ca15c84d63e68d0d584c51da0 Mon Sep 17 00:00:00 2001 From: mendickxiao Date: Tue, 29 May 2018 09:58:07 +0800 Subject: [PATCH] add the init code It will failed to run the install_deps --- download-libs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download-libs.sh b/download-libs.sh index 9394c19..36893f5 100755 --- a/download-libs.sh +++ b/download-libs.sh @@ -58,7 +58,7 @@ if [ ! -d $THIRD_PARTY_DIRECTORY ]; then mkdir $THIRD_PARTY_DIRECTORY fi cd $THIRD_PARTY_DIRECTORY - +git init git submodule add -f https://github.com/google/closure-compiler closure-compiler git submodule add -f https://github.com/google/closure-library closure-library git submodule add -f https://github.com/google/closure-stylesheets closure-stylesheets