From b56fbb48da60ee586cac1edeff58599efa6e5fdf Mon Sep 17 00:00:00 2001 From: parazyd Date: Mon, 15 May 2017 16:08:06 +0200 Subject: [PATCH] recursive submodule initialization --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 0c50f1c..8f5f703 100755 --- a/init.sh +++ b/init.sh @@ -32,7 +32,7 @@ else printf "(!!) this distro is unsupported. check and install the dependencies manually" fi -git submodule update --init +git submodule update --init --recursive mkdir -p gcc #cd lib/libdevuansdk && git checkout next && cd -