veracrypt: caveat about needing MacFUSE Compatibility Layer in osxfuse (#22028)

This commit is contained in:
Vítor Galvão 2016-06-16 20:37:17 +01:00 committed by GitHub
parent 565856492f
commit 2b577952e0
1 changed files with 8 additions and 0 deletions

View File

@ -13,4 +13,12 @@ cask 'veracrypt' do
pkg 'VeraCrypt_Installer.pkg' pkg 'VeraCrypt_Installer.pkg'
uninstall pkgutil: 'com.idrix.pkg.veracrypt' uninstall pkgutil: 'com.idrix.pkg.veracrypt'
caveats <<-EOS.undent
#{token} requires osxfuse with "MacFUSE Compatibility Layer" enabled.
If you did not enable that option, #{token} will fail to install.
To enable the option, you need to install osxfuse manually (double-click the installer).
The installer should be located under #{Hbc.caskroom}/osxfuse
EOS
end end