cask-caveats-kext: retry installation if it fails

This commit is contained in:
Vítor Galvão 2020-03-23 16:13:50 +00:00
parent 5e63d0cef7
commit 9c342b5dca

View File

@ -49,9 +49,11 @@ module Cask
next if MacOS.version < :high_sierra next if MacOS.version < :high_sierra
<<~EOS <<~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 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")} #{Formatter.url("https://developer.apple.com/library/content/technotes/tn2459/_index.html")}
EOS EOS
end end