From 67a345b7de275c41bd00fcec4548f7f61f6b946f Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 12 Sep 2024 21:47:13 +0200 Subject: [PATCH] Ensure git repository can be read properly --- scripts/Common/OS/setup.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Common/OS/setup.fish b/scripts/Common/OS/setup.fish index efb4406f..3679eef8 100755 --- a/scripts/Common/OS/setup.fish +++ b/scripts/Common/OS/setup.fish @@ -56,6 +56,7 @@ function runSetup and runHook installValhallaDeps and source "$dir/../../copy-repo.fish" "$mountDir$PROJECT_CLONE_ROOT" + runChroot "$mountDir" git config --system --add safe.directory "$PROJECT_CLONE_ROOT" and runHook setupOS || true and runHook autologin || true