Skip to content

Commit

Permalink
Allow for manual mingit download
Browse files Browse the repository at this point in the history
  • Loading branch information
noccu committed Jul 10, 2024
1 parent a97fa87 commit 36838fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/scripts/install-umatl.bat
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ EXIT /B
:mingit
ECHO Installing MinGit ^(https://github.com/git-for-windows/git/releases^)...
MKDIR uma-temp-mingit
curl -L -o uma-temp-mingit.zip "https://github.com/git-for-windows/git/releases/download/v2.38.1.windows.1/MinGit-2.38.1-64-bit.zip"
if not exist "uma-temp-mingit.zip" (
curl -L -o uma-temp-mingit.zip "https://github.com/git-for-windows/git/releases/download/v2.38.1.windows.1/MinGit-2.38.1-64-bit.zip"
)
tar -xf uma-temp-mingit.zip -C uma-temp-mingit
DEL uma-temp-mingit.zip
EXIT /B 0
Expand Down

0 comments on commit 36838fb

Please sign in to comment.