Ignore inexistent git config section

This commit is contained in:
Manuel Thalmann 2024-09-27 00:50:29 +02:00
parent f2e10df144
commit 7f6cd609b4

View file

@ -65,7 +65,7 @@ else
end
and runHook postInstall || true
and sudo git config remove-section --system safe
and sudo git config remove-section --system safe || true
and begin
echo "Cleaning installation scripts..."