diff --git a/Library/Homebrew/cask/dsl/caveats.rb b/Library/Homebrew/cask/dsl/caveats.rb index 2b635931a8..035c1d6a3b 100644 --- a/Library/Homebrew/cask/dsl/caveats.rb +++ b/Library/Homebrew/cask/dsl/caveats.rb @@ -49,9 +49,11 @@ module Cask next if MacOS.version < :high_sierra <<~EOS - To install and/or use #{@cask} you may need to enable its kernel extension in: + #{@cask} requires a kernel extension to work. + If the installation fails, retry after you enable it in: System Preferences → Security & Privacy → General - For more information refer to vendor documentation or this Apple Technical Note: + + For more information, refer to vendor documentation or this Apple Technical Note: #{Formatter.url("https://developer.apple.com/library/content/technotes/tn2459/_index.html")} EOS end