From b35d1d18ec9a93002ed421923a9cb8e473771c80 Mon Sep 17 00:00:00 2001 From: Markus Olsson Date: Mon, 14 Dec 2015 16:29:18 +0100 Subject: [PATCH] Download cygwin over https --- bootstrap.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.ps1 b/bootstrap.ps1 index c4677cc..5eb2852 100644 --- a/bootstrap.ps1 +++ b/bootstrap.ps1 @@ -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',