fix(template): Correct Git version to 2.54.0 (no .windows.1 suffix)

GitHub release tag is v2.54.0, not v2.54.0.windows.1.
Filename format: Git-2.54.0-64-bit.exe

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Simone
2026-05-10 21:25:29 +02:00
parent be0a5dd065
commit c6b0957865
+1 -1
View File
@@ -144,7 +144,7 @@ param(
[string] $AdminPassword = '', [string] $AdminPassword = '',
# Git for Windows version (latest stable) # Git for Windows version (latest stable)
[string] $GitVersion = '2.54.0.windows.1', [string] $GitVersion = '2.54.0',
# 7-Zip version (latest stable) # 7-Zip version (latest stable)
[string] $SevenZipVersion = '24.07' [string] $SevenZipVersion = '24.07'