Add separate method for configuring git
This commit is contained in:
parent
a89d9bb677
commit
3a4c2891ad
2 changed files with 12 additions and 7 deletions
scripts/Common/OS
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue