From 274c0d5455519fe489b61a127f63363957e81320 Mon Sep 17 00:00:00 2001 From: bolvan Date: Tue, 14 May 2019 10:57:43 +0300 Subject: [PATCH] install_easy : separate ipv6 selection. run before prepreq on openwrt --- install_easy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_easy.sh b/install_easy.sh index c30de61..6101d00 100755 --- a/install_easy.sh +++ b/install_easy.sh @@ -195,7 +195,6 @@ select_ipv6() ask_config() { - select_ipv6 select_mode select_getlist } @@ -452,6 +451,7 @@ install_systemd() check_prerequisites_linux service_stop_systemd install_binaries + select_ipv6 ask_config_desktop ask_config service_install_systemd @@ -674,6 +674,7 @@ install_openwrt() OPENWRT_FW_INCLUDE=/etc/firewall.zapret check_location copy_minimal + select_ipv6 check_prerequisites_openwrt install_binaries ask_config