Skip to content

Commit

Permalink
Use previous temp mingit if existing
Browse files Browse the repository at this point in the history
  • Loading branch information
noccu committed Jul 10, 2024
1 parent 36838fb commit 15f3fb6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/scripts/install-umatl.bat
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ EXIT /B

:mingit
ECHO Installing MinGit ^(https://github.com/git-for-windows/git/releases^)...
IF EXIST "uma-temp-mingit\mingw64" (
EXIT /B 0
)
MKDIR uma-temp-mingit
if not exist "uma-temp-mingit.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
Expand Down

0 comments on commit 15f3fb6

Please sign in to comment.