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:
@@ -144,7 +144,7 @@ param(
|
||||
[string] $AdminPassword = '',
|
||||
|
||||
# Git for Windows version (latest stable)
|
||||
[string] $GitVersion = '2.54.0.windows.1',
|
||||
[string] $GitVersion = '2.54.0',
|
||||
|
||||
# 7-Zip version (latest stable)
|
||||
[string] $SevenZipVersion = '24.07'
|
||||
|
||||
Reference in New Issue
Block a user