mirror of
https://github.com/AuxXxilium/arc-dsm.git
synced 2025-02-10 09:45:31 +07:00
commit
6fc71fb1b0
@ -159,6 +159,9 @@ FILESPATH="${HOME}/files"
|
||||
while read -r M A; do
|
||||
MODEL=$(echo ${M} | sed 's/d$/D/; s/rp$/RP/; s/rp+/RP+/')
|
||||
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 commit -m "${MODEL}: update $(date +%Y-%m-%d" "%H:%M:%S)"
|
||||
git push -f
|
||||
|
Loading…
Reference in New Issue
Block a user