From e527e0630b5a99332388f406c323d963e3620dc0 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Jun 2023 21:08:15 +0200 Subject: [PATCH] do not sync in build chroots --- gentooup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gentooup.sh b/gentooup.sh index 387fa3f..01cc347 100755 --- a/gentooup.sh +++ b/gentooup.sh @@ -99,6 +99,7 @@ while [[ $# -gt 0 ]]; do done if [[ $CHROOTED == 1 ]] ; then + SYNC_COMMAND="" for repo in helpers meskal-overlay selba ; do emaint sync -r "$repo" done