From b757e7a769447f60dd60cbe5cd65e2883556eefa Mon Sep 17 00:00:00 2001 From: Clinton Montague Date: Mon, 28 Dec 2015 12:29:54 +0000 Subject: [PATCH] Fix typo in installer IPv4 was mentioned in an IPv6 setting - changed to correctly reference IPv6. --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index b8d818a3..bbf1fbc2 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -97,7 +97,7 @@ use4andor6() # Let use select IPv4 and/or IPv6 cmd=(whiptail --separate-output --checklist "Select Protocols" $r $c 2) options=(IPv4 "Block ads over IPv4" on - IPv6 "Block ads over IPv4" off) + IPv6 "Block ads over IPv6" off) choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty) for choice in $choices do