From e01eea8ba8005bb394c844efbac56db15467cdd0 Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Mon, 6 Aug 2018 21:15:16 -0400 Subject: [PATCH] Remove PowerPC from FTL binaries It is no longer built, and may cause 404 errors if it attempts to download the binary. Signed-off-by: Mcat12 --- automated install/basic-install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 77e02b58..61dfe831 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -2151,11 +2151,6 @@ get_binary_name() { # set the binary to be used binary="pihole-FTL-arm-linux-gnueabi" fi - elif [[ "${machine}" == "ppc" ]]; then - # PowerPC - echo -e "${OVER} ${TICK} Detected PowerPC architecture" - # set the binary to be used - binary="pihole-FTL-powerpc-linux-gnu" elif [[ "${machine}" == "x86_64" ]]; then # This gives the architecture of packages dpkg installs (for example, "i386") local dpkgarch