diff --git a/macos/README.md b/macos/README.md index 2b8812685..f239029b9 100644 --- a/macos/README.md +++ b/macos/README.md @@ -99,14 +99,6 @@ content. - `sudo mdutil -i off /` - `sudo mdutil -E /` -The next consideration is Apple's Gatekeeper service. This feature sends data about -the applications present on your system to Apple. - -```bash -sudo spctl --master-disable -spctl --status -``` - Let's conduct a few more configurations within System Settings. - Select "Privacy & Security" from the left menu. diff --git a/scripts/macos.sh b/scripts/macos.sh index 7ce54c4ef..28393ae3d 100644 --- a/scripts/macos.sh +++ b/scripts/macos.sh @@ -100,6 +100,9 @@ main_brew() { sudo mdutil -E / sudo mdutil -a -i off + # Disable gatekeeper + sudo spctl --master-disable + # Bluetooth # show in menu bar = 18, true # don't show in menu bar = 24, false