Browse Source

install_easy: stop macos service before processing

pull/65/head
bol-van 4 years ago
parent
commit
5228b91ea5
  1. 2
      install_easy.sh

2
install_easy.sh

@ -1205,13 +1205,13 @@ install_macos()
require_root require_root
check_location copy_all check_location copy_all
service_stop_macos service_stop_macos
remove_pf_zapret_hooks
install_binaries install_binaries
check_dns check_dns
select_ipv6 select_ipv6
ask_config_desktop ask_config_desktop
ask_config ask_config
service_install_macos service_install_macos
remove_pf_zapret_hooks
macos_fw_reload_trigger_clear macos_fw_reload_trigger_clear
# gzip lists are incompatible with PF # gzip lists are incompatible with PF
GZIP_LISTS=0 write_config_var GZIP_LISTS GZIP_LISTS=0 write_config_var GZIP_LISTS

Loading…
Cancel
Save