Remove pwsh caveat - powershell 6.1.0 (#52169)

This commit is contained in:
Travis Plunk 2018-09-18 18:16:12 -07:00 committed by commitay
parent a08fc83d0c
commit 89f7a0036d
1 changed files with 0 additions and 8 deletions

View File

@ -25,12 +25,4 @@ cask 'powershell' do
'~/.local/share',
'~/.local',
]
caveats <<~EOS
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 --with-gssapi
See https://github.com/PowerShell/PowerShell/issues/5638
EOS
end