Update powershell 6.0.0-rc Add GSSAPI support to caveat (#41673)

* Add GSSAPI support to curl

* Update powershell 6.0.0-rc Add GSSAPI referece to caveat

* Update powershell 6.0.0-rc Add GSSAPI reference to caveat

* Update powershell.rb
This commit is contained in:
Mark Kraus 2017-12-06 15:21:46 -06:00 committed by commitay
parent fd0e2145ee
commit bff46d86cd
1 changed files with 4 additions and 3 deletions

View File

@ -28,9 +28,10 @@ cask 'powershell' do
]
caveats <<~EOS
A OpenSSL-backed libcurl is required for custom handling of certificates.
A OpenSSL-backed libcurl with GSSAPI is required for custom handling
of certificates and default credentials for web requests.
This is rarely needed, but you can install it with
brew install curl --with-openssl
See https://github.com/PowerShell/PowerShell/issues/2211
brew install curl --with-openssl --with-gssapi
See https://github.com/PowerShell/PowerShell/issues/5638
EOS
end