Skip to content

Instantly share code, notes, and snippets.

@infernalsirius
Last active February 24, 2021 07:12
Show Gist options
  • Save infernalsirius/b97aab5e981a2e47024fa16591fc4777 to your computer and use it in GitHub Desktop.
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
# Disable Gatekeeper
sudo spctl --master-disable
# enable Gatekeeper
sudo spctl --master-enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment