Ensure git repository can be read properly

This commit is contained in:
Manuel Thalmann 2024-09-12 21:47:13 +02:00
parent 7882bd21d6
commit 67a345b7de

View file

@ -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