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