mirror of
https://github.com/tommytran732/macOS-Setup-Script
synced 2024-11-22 09:51:33 -05:00
Disable cupsd
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
9142b9cd72
commit
dd4ee3fef4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user