Fixed second typo
This commit is contained in:
parent
b9c763c4f4
commit
e342003de5
@ -20,7 +20,7 @@ stages:
|
||||
before_script:
|
||||
- '$ProgressPreference = "SilentlyContinue"'
|
||||
- 'Set-ExecutionPolicy Bypass -Scope Process -Force; iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex'
|
||||
- 'choco install -y --x86 python git nsis'
|
||||
- 'choco install -y python git nsis'
|
||||
# - 'Invoke-WebRequest -UseBasicParsing -Uri "https://github.com/git-for-windows/git/releases/download/v2.27.0.windows.1/Git-2.27.0-32-bit.exe" -OutFile "git_setup.exe"'
|
||||
# - '.\git_setup.exe /verysilent /NORESTART /NOCANCEL /SP- /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS /COMPONENTS="icons,ext\reg\shellhere,assoc,assoc_sh" /dir=C:\git'
|
||||
# - '$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";C:\git\cmd\;" + [System.Environment]::GetEnvironmentVariable("Path","User") '
|
||||
|
Loading…
Reference in New Issue
Block a user