mirror of
https://github.com/AuxXxilium/arc-dsm.git
synced 2024-11-24 02:10:53 +07:00
update: enhance
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
91ae31fd8a
commit
4219c17cbe
@ -159,6 +159,9 @@ FILESPATH="${HOME}/files"
|
|||||||
while read -r M A; do
|
while read -r M A; do
|
||||||
MODEL=$(echo ${M} | sed 's/d$/D/; s/rp$/RP/; s/rp+/RP+/')
|
MODEL=$(echo ${M} | sed 's/d$/D/; s/rp$/RP/; s/rp+/RP+/')
|
||||||
getDSM "${MODEL}" "${A}"
|
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 add .
|
||||||
git commit -m "${MODEL}: update $(date +%Y-%m-%d" "%H:%M:%S)"
|
git commit -m "${MODEL}: update $(date +%Y-%m-%d" "%H:%M:%S)"
|
||||||
git push -f
|
git push -f
|
||||||
|
Loading…
Reference in New Issue
Block a user