From f363b6282a3ef56e80168a2c0fef64e1398954c0 Mon Sep 17 00:00:00 2001 From: imbroglius Date: Sun, 21 Jul 2024 22:40:34 +0200 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index bbf5d8b3..27b2f5b4 100755 --- a/build.sh +++ b/build.sh @@ -35,7 +35,7 @@ initRepos() { syncRepos() { echo "--> Syncing repos" - repo sync -c --force-sync --no-clone-bundle --no-tags -j$(nproc --all) || repo sync -c --force-sync --no-clone-bundle --no-tags -j$(nproc --all) + repo sync -c -q --force-sync --no-clone-bundle --no-tags -j$(nproc --all) || repo sync -c -q --force-sync --no-clone-bundle --no-tags -j$(nproc --all) echo }