diff --git a/development.sh b/development.sh index 818adb7..61bd700 100644 --- a/development.sh +++ b/development.sh @@ -15,6 +15,9 @@ sudo chmod 644 /etc/ssh/ssh_config.d/10-custom.conf #Enable Safari debug menu defaults write com.apple.Safari IncludeInternalDebugMenu 1 +# Disable cupsd +sudo launchctl remove /System/Library/LaunchDaemons/org.cups.cupsd.plist + #Install Brew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" (echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/$(USERS)/.zprofile diff --git a/primary.sh b/primary.sh index a75c93c..36f0a5e 100644 --- a/primary.sh +++ b/primary.sh @@ -15,6 +15,9 @@ sudo chmod 644 /etc/ssh/ssh_config.d/10-custom.conf # Enable Safari debug menu defaults write com.apple.Safari IncludeInternalDebugMenu 1 +# Disable cupsd +sudo launchctl remove /System/Library/LaunchDaemons/org.cups.cupsd.plist + umask 022 # Setup Edge Enterprise Policies