This commit is contained in:
cmdr2 2022-09-08 23:28:22 +05:30
parent a4305540f0
commit 964d752e11
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@
@cd sd-ui-files
@call git reset --hard
@call git checkout main
@call git pull
@cd ..

View File

@ -8,6 +8,7 @@ if [ -f "scripts/install_status.txt" ] && [ `grep -c sd_ui_git_cloned scripts/in
cd sd-ui-files
git reset --hard
git checkout main
git pull
cd ..