entwickler/install_git.cmd aktualisiert
This commit is contained in:
parent
0f976d62da
commit
e4b14b913b
@ -8,8 +8,9 @@ set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
|||||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||||
|
|
||||||
rem --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
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 VERS=2.47.1
|
||||||
set PROG=Git-2.43.0-64-bit.exe
|
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
|
rem --- Lade Installationsdatei herunter
|
||||||
curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user