зеркало из https://github.com/github/winbootstrap.git
Merge pull request #3 from github/needs-moar-vim
Install vim by default
This commit is contained in:
Коммит
2f24915353
|
@ -5,7 +5,7 @@ function Install-Cygwin {
|
|||
$client = New-Object Net.WebClient
|
||||
$cygwinInstaller = Join-Path ([IO.Path]::GetTempPath()) ([IO.Path]::GetRandomFileName() + ".exe")
|
||||
|
||||
$client.DownloadFile("http://cygwin.com/setup-x86.exe", $cygwinInstaller)
|
||||
$client.DownloadFile("https://cygwin.com/setup-x86.exe", $cygwinInstaller)
|
||||
|
||||
$packages = @(
|
||||
'libintl8',
|
||||
|
@ -35,7 +35,9 @@ function Install-Cygwin {
|
|||
'libhx509_5',
|
||||
'libsqlite3_0',
|
||||
'libroken18',
|
||||
'openssh'
|
||||
'openssh',
|
||||
'vim',
|
||||
'vim-common'
|
||||
)
|
||||
|
||||
$process = Start-Process -PassThru $cygwinInstaller --quiet-mode, --site, http://mirrors.kernel.org/sourceware/cygwin, --local-package-dir, C:\ProgramData\Cygwin, --packages, ($packages -join ",")
|
||||
|
|
Загрузка…
Ссылка в новой задаче