diff --git a/build.sh b/build.sh index 03c4d854..c4f6390f 100755 --- a/build.sh +++ b/build.sh @@ -126,7 +126,7 @@ fi if [ "$FLAG_SYNC" = 'y' ]; then echo -e "${CLR_BLD_BLU}Downloading the latest source files${CLR_RST}" echo -e "" - repo sync -j"$THREADS" + repo sync -j"$THREADS" -c --no-clone-bundle fi # Mask Java, if it seems to be faulty