Disable cupsd

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-03-30 16:37:12 -07:00
parent 9142b9cd72
commit dd4ee3fef4
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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