diff --git a/scripts/Common/OS/install.fish b/scripts/Common/OS/install.fish index 97a67e8d..5e3eeb27 100755 --- a/scripts/Common/OS/install.fish +++ b/scripts/Common/OS/install.fish @@ -40,7 +40,6 @@ function installAction -V dir end and runHook postInstall || true - and sudo git config remove-section --system safe || true and begin echo "Cleaning installation scripts..." diff --git a/scripts/lib/action.fish b/scripts/lib/action.fish index 41cd7362..d80be26e 100644 --- a/scripts/lib/action.fish +++ b/scripts/lib/action.fish @@ -24,6 +24,7 @@ function runAction -V dir and runHook preAction || true $argv and runHook postAction || true + sudo git config remove-section --system safe || true end function runSetupUserAction -V dir