diff --git a/entwickler/install_git.cmd b/entwickler/install_git.cmd index 5aa40d7..b335f6a 100644 --- a/entwickler/install_git.cmd +++ b/entwickler/install_git.cmd @@ -8,8 +8,9 @@ set SAVEPATH=%SYSTEMDRIVE%\TEMP\install MKDIR %SAVEPATH% & CD /D %SAVEPATH% rem --- Download Basis-URL, Dateiname und TEMP-Verzeichnis -set BASEURL=https://github.com/git-for-windows/git/releases/download/v2.43.0.windows.1 -set PROG=Git-2.43.0-64-bit.exe +set VERS=2.47.1 +set BASEURL=https://github.com/git-for-windows/git/releases/download/v%VERS%.windows.1 +set PROG=Git-%VERS%-64-bit.exe rem --- Lade Installationsdatei herunter curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%