From 84a061cc5bdc06e512e4049621df1b72c3e1100d Mon Sep 17 00:00:00 2001 From: imbroglius <163344413+imbroglius@users.noreply.github.com> Date: Mon, 22 Jul 2024 00:27:35 +0200 Subject: [PATCH] Update build.sh --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index bbf5d8b3..781ec733 100755 --- a/build.sh +++ b/build.sh @@ -38,6 +38,8 @@ syncRepos() { 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) echo } + echo +} clonePriv() { echo "Import signing keys if you want"