recursive submodule initialization

This commit is contained in:
parazyd 2017-05-15 16:08:06 +02:00
parent a30c254acc
commit b56fbb48da
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

View File

@ -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 -