From d5d1794c34f015750c53c8289d235118597be2df Mon Sep 17 00:00:00 2001 From: SFKao Date: Mon, 3 Mar 2025 15:36:59 +0100 Subject: [PATCH] 1.0.6 --- updateMods.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/updateMods.bat b/updateMods.bat index e8d567a..b325117 100644 --- a/updateMods.bat +++ b/updateMods.bat @@ -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