From 40600adf52a30e6d0e9f3e712613b5499ad72101 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Sat, 4 Nov 2023 01:56:36 -0400 Subject: [PATCH] Update provision.sh --- scripts/provision.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/provision.sh b/scripts/provision.sh index 1e94b006..5ded4ac3 100644 --- a/scripts/provision.sh +++ b/scripts/provision.sh @@ -350,6 +350,8 @@ if [ "$HEADLESS_INSTALL" != 'true' ]; then fi # @description Ensure the ${XDG_DATA_HOME:-$HOME/.local/share}/chezmoi directory is cloned and up-to-date +logg info 'Setting git http.postBuffer value high for large source repository' +git config --global http.postBuffer 524288000 if [ -d "${XDG_DATA_HOME:-$HOME/.local/share}/chezmoi/.git" ]; then cd "${XDG_DATA_HOME:-$HOME/.local/share}/chezmoi" logg info "Pulling the latest changes from ${START_REPO:-https://github.com/megabyte-labs/install.doctor.git}"