Last active
February 24, 2021 07:12
-
-
Save infernalsirius/b97aab5e981a2e47024fa16591fc4777 to your computer and use it in GitHub Desktop.
[Turn Gatekeeper On/Off]Necessary sometimes to open downloaded app and allow from anywhere. #macos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Disable Gatekeeper | |
sudo spctl --master-disable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# enable Gatekeeper | |
sudo spctl --master-enable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment