update: enhance

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-08-31 09:13:05 +02:00
parent 91ae31fd8a
commit 4219c17cbe

View File

@ -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