-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install on Win7 #2487
Comments
Install .NET Framework 4.5 or above then try again. |
Is 4.5+ always required? If so, we should update the docs. |
@rasa Yes, Tls12 needs .NET 4.5 at least. |
Should I add a check for Tls12 to if([System.Enum]::GetNames([System.Net.SecurityProtocolType]) -notcontains 'Tls12') {
Write-Output "Scoop requires at least .NET Framework 4.5 to support TLS1.2 connections."
Write-Output "Please download and install it first:"
Write-Output "https://docs.microsoft.com/en-us/dotnet/framework/install/index"
break
} |
r15ch13
added a commit
that referenced
this issue
Aug 20, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just went to try the scoop installer after installing powershell 3.0 on Win7
The text was updated successfully, but these errors were encountered: