Make wording more similar to existing messages
This commit is contained in:
parent
15f3f20656
commit
169a079903
@ -227,8 +227,8 @@ class Hbc::Installer
|
|||||||
ohai "Enabling accessibility access"
|
ohai "Enabling accessibility access"
|
||||||
if MacOS.version >= :sierra
|
if MacOS.version >= :sierra
|
||||||
opoo <<-EOS.undent
|
opoo <<-EOS.undent
|
||||||
Access denied to accessibility DB (TCC.db) by SIP on this version of macOS.
|
Accessibility access cannot be enabled automatically on this version of macOS.
|
||||||
If needed, enable manually via the app or System Preferences.
|
See System Preferences to enable it manually.
|
||||||
EOS
|
EOS
|
||||||
elsif MacOS.version <= :mountain_lion
|
elsif MacOS.version <= :mountain_lion
|
||||||
@command.run!("/usr/bin/touch",
|
@command.run!("/usr/bin/touch",
|
||||||
@ -255,8 +255,8 @@ class Hbc::Installer
|
|||||||
return unless @cask.accessibility_access
|
return unless @cask.accessibility_access
|
||||||
if MacOS.version >= :sierra
|
if MacOS.version >= :sierra
|
||||||
opoo <<-EOS.undent
|
opoo <<-EOS.undent
|
||||||
Access denied to accessibility DB (TCC.db) by SIP on this version of macOS.
|
Accessibility access cannot be disabled automatically on this version of macOS.
|
||||||
If needed, disable manually via the app or System Preferences.
|
See System Preferences to disable it manually.
|
||||||
EOS
|
EOS
|
||||||
elsif MacOS.version >= :mavericks
|
elsif MacOS.version >= :mavericks
|
||||||
ohai "Disabling accessibility access"
|
ohai "Disabling accessibility access"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user