mirror of
https://github.com/tommytran732/macOS-Setup-Script
synced 2024-11-21 09:21:34 -05:00
Update administrator.sh
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
80f63bc026
commit
a4e5f8c857
@ -7,6 +7,9 @@ awk 'NR==2 {print "auth sufficient pam_tid.so"} 1' /etc/pam.d/sudo | s
|
||||
echo "VerifyHostKeyDNS yes" | sudo tee /etc/ssh/ssh_config.d/10-custom.conf
|
||||
sudo chmod 644 /etc/ssh/ssh_config.d/10-custom.conf
|
||||
|
||||
#Enable Safari debug menu
|
||||
defaults write com.apple.Safari IncludeInternalDebugMenu 1
|
||||
|
||||
# Hide the administrator user
|
||||
sudo dscl . create /Users/administrator IsHidden 1
|
||||
sudo chflags hidden /Users/administrator
|
||||
|
Loading…
Reference in New Issue
Block a user