Browse Source

install_easy : separate ipv6 selection. run before prepreq on openwrt

pull/33/head
bolvan 6 years ago
parent
commit
274c0d5455
  1. 3
      install_easy.sh

3
install_easy.sh

@ -195,7 +195,6 @@ select_ipv6()
ask_config() ask_config()
{ {
select_ipv6
select_mode select_mode
select_getlist select_getlist
} }
@ -452,6 +451,7 @@ install_systemd()
check_prerequisites_linux check_prerequisites_linux
service_stop_systemd service_stop_systemd
install_binaries install_binaries
select_ipv6
ask_config_desktop ask_config_desktop
ask_config ask_config
service_install_systemd service_install_systemd
@ -674,6 +674,7 @@ install_openwrt()
OPENWRT_FW_INCLUDE=/etc/firewall.zapret OPENWRT_FW_INCLUDE=/etc/firewall.zapret
check_location copy_minimal check_location copy_minimal
select_ipv6
check_prerequisites_openwrt check_prerequisites_openwrt
install_binaries install_binaries
ask_config ask_config

Loading…
Cancel
Save