This commit is contained in:
SFKao 2025-03-03 15:36:59 +01:00
parent 9a8843b4ae
commit d5d1794c34

View File

@ -7,7 +7,8 @@ if %errorlevel% neq 0 (
goto end
) else (
if not exist .git (
git init
git init
git checkout -b main
git remote add origin https://git.sfkao.net/SFKao/Las_3000-modpack.git
)
call git pull --rebase --autostash