Merge pull request #34 from AuxXxilium/dev

update: git
This commit is contained in:
AuxXxilium 2024-08-31 09:20:59 +02:00 committed by GitHub
commit 39734c5724
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -161,8 +161,8 @@ while read -r M A; do
getDSM "${MODEL}" "${A}"
git config --global user.email "info@auxxxilium.tech"
git config --global user.name "AuxXxilium"
git fetch -b main --single-branch
git add .
git fetch
git add ${HOME}/.
git commit -m "${MODEL}: update $(date +%Y-%m-%d" "%H:%M:%S)"
git push -f
done < <(cat "${TMP_PATH}/modellist")