Delete system policy control

This commit is contained in:
js0ny 2024-11-09 11:30:12 +00:00
parent 855fc9db2c
commit 79e61aa31a

View file

@ -14,7 +14,9 @@ xcode-select --install
# System Preferences # System Preferences
# Installation Sources # Installation Sources
echo "[INFO] Setting 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 ## Finder
echo "[INFO] Setting Finder Preferences" echo "[INFO] Setting Finder Preferences"
defaults write com.apple.finder QuitMenuItem -bool true # Quit with CMD+Q defaults write com.apple.finder QuitMenuItem -bool true # Quit with CMD+Q