From 2bbe686cb951430aec263ec55f98c9be5945d295 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Sat, 4 Nov 2023 02:05:46 -0400 Subject: [PATCH] Update run_before_01-system-homebrew.sh.tmpl --- .../universal/run_before_01-system-homebrew.sh.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/.chezmoiscripts/universal/run_before_01-system-homebrew.sh.tmpl b/home/.chezmoiscripts/universal/run_before_01-system-homebrew.sh.tmpl index 4ee0b8a4..a6aac6b6 100644 --- a/home/.chezmoiscripts/universal/run_before_01-system-homebrew.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_before_01-system-homebrew.sh.tmpl @@ -42,10 +42,10 @@ else fi ### Configure Firewall -if [ -d /Applications ] && [ -d /System ]; then - logg info 'Disabling the block all incoming traffic option in the system Firewall settings' - /usr/libexec/ApplicationFirewall/socketfilterfw --setblockall off || (logg error 'Failed to disable incoming traffic block in the system Firewall' && logg info 'Manually disable the option under "System Preferences" > "Network" > "Firewall" > "Incoming Traffic Block Toggle"') -fi +# if [ -d /Applications ] && [ -d /System ]; then +# logg info 'Disabling the block all incoming traffic option in the system Firewall settings' +# /usr/libexec/ApplicationFirewall/socketfilterfw --setblockall off || (logg error 'Failed to disable incoming traffic block in the system Firewall' && logg info 'Manually disable the option under "System Preferences" > "Network" > "Firewall" > "Incoming Traffic Block Toggle"') +# fi ### System upgrade on macOS if [ -d /Applications ] && [ -d /Library ] && [ -z "$NO_RESTART" ]; then