mirror of
https://github.com/AuxXxilium/arc-dsm.git
synced 2025-02-10 09:55:30 +07:00
commit
39734c5724
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user