Delete fix-update.bat

This commit is contained in:
Rando717 2025-10-04 14:37:42 +02:00 committed by GitHub
parent cc6761dab2
commit a35059411f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,15 +0,0 @@
@echo off
title Fix for broken updates
cls
venv\scripts\activate
echo .....................................................
echo *** "fixing ..."
echo.
git fetch --all
git reset --hard origin/master
git pull
echo.
@echo *If you see a successful update now, it is done. *
echo.
echo .....................................................
echo.