From 79e61aa31aba5cfea5cac3747f4f6ab21f7eb1b9 Mon Sep 17 00:00:00 2001 From: js0ny Date: Sat, 9 Nov 2024 11:30:12 +0000 Subject: [PATCH] Delete system policy control --- mac/mac_setup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mac/mac_setup.sh b/mac/mac_setup.sh index 32cf946..eea20a4 100644 --- a/mac/mac_setup.sh +++ b/mac/mac_setup.sh @@ -14,7 +14,9 @@ xcode-select --install # System Preferences # Installation Sources echo "[INFO] Setting Installation Sources" -sudo spctl --master-disable +# sudo spctl --master-disable +# In Mac OS Sequoia, the command above is not working +# Should be set up manually (System Preferences -> Security & Privacy -> General -> Allow apps downloaded from: Anywhere) ## Finder echo "[INFO] Setting Finder Preferences" defaults write com.apple.finder QuitMenuItem -bool true # Quit with CMD+Q