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 -