From abd44dd284fa8085ea9c62da0604e0b04a44127b Mon Sep 17 00:00:00 2001 From: DL6ER Date: Mon, 13 Feb 2017 16:33:22 +0100 Subject: [PATCH] Add 32bit message --- automated install/basic-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 467a58c5..b549e930 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -1187,6 +1187,7 @@ FTLdownload() { echo "::: Not able to detect architecture (unknown: ${machine}), trying 32bit executable" echo "::: Contact Pi-hole support if you experience problems (like FTL not running)" fi + echo "::: Detected 32bit (i686) architecture" binary="pihole-FTL-linux-x86_32" fi @@ -1205,7 +1206,7 @@ FTLdownload() { } FTLinstall() { - # Download suitable FTL binary + # Install FTL binary echo ":::" echo -n "::: Installing FTL ... "