Add separate method for configuring git

This commit is contained in:
Manuel Thalmann 2024-07-20 04:06:41 +02:00
parent a89d9bb677
commit 3a4c2891ad
2 changed files with 12 additions and 7 deletions
scripts/Common/OS

View file

@ -24,6 +24,4 @@ for name in (echo "$users" | jq '.[]' --raw-output0 | string split0)
while ! sudo passwd "$name"
echo "An error occurred! Please try again."
end
source "$dir/../Software/git/main.fish" configure user "$name"
end