From dd4ee3fef429ac1a1b23387e022c417e45705aaa Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 30 Mar 2024 16:37:12 -0700 Subject: [PATCH] Disable cupsd Signed-off-by: Tommy --- development.sh | 3 +++ primary.sh | 3 +++ 2 files changed, 6 insertions(+) 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