From 9c342b5dcad769bafeb5b257309da0f507280447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Mon, 23 Mar 2020 16:13:50 +0000 Subject: [PATCH] cask-caveats-kext: retry installation if it fails --- Library/Homebrew/cask/dsl/caveats.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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