From ba9fa6ffecb4278e01f711b96b6a515bce2017ce Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 7 Nov 2023 01:42:21 -0700 Subject: [PATCH] Consistency fix Signed-off-by: Tommy --- administrator.sh | 4 ++-- development.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/administrator.sh b/administrator.sh index 8fdd6e9..7684206 100644 --- a/administrator.sh +++ b/administrator.sh @@ -1,11 +1,11 @@ #!/bin/zsh -#Comment this line out if you don't have Touch ID +# Comment this line out if you don't have Touch ID awk 'NR==2 {print "auth sufficient pam_tid.so"} 1' /etc/pam.d/sudo | sudo tee /etc/pam.d/sudo # Verify SSH Fingerprints 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 +# Enable Safari debug menu defaults write com.apple.Safari IncludeInternalDebugMenu 1 diff --git a/development.sh b/development.sh index 7612f11..05396d5 100644 --- a/development.sh +++ b/development.sh @@ -1,6 +1,6 @@ #!/bin/zsh -#Comment this line out if you don't have Touch ID +# Comment this line out if you don't have Touch ID awk 'NR==2 {print "auth sufficient pam_tid.so"} 1' /etc/pam.d/sudo | sudo tee /etc/pam.d/sudo # Verify SSH Fingerprints @@ -10,7 +10,7 @@ sudo chmod 644 /etc/ssh/ssh_config.d/10-custom.conf #Enable Safari debug menu defaults write com.apple.Safari IncludeInternalDebugMenu 1 -#Install Brew +#I nstall Brew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew tap homebrew/autoupdate brew tap homebrew/cask-versions