From 5b472ff67cb901b2bbb79d917ae8e6a2115a00f0 Mon Sep 17 00:00:00 2001 From: Terror Date: Tue, 20 Jun 2017 08:28:04 +1200 Subject: [PATCH] Add support for PowerPC architecture Related to https://github.com/pi-hole/FTL/pull/88 --- automated install/basic-install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index c65ef49f..ade1a1d4 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -1265,6 +1265,10 @@ FTLdetect() { echo "::: Detected ARM architecture" binary="pihole-FTL-arm-linux-gnueabi" fi + elif [[ $machine == ppc ]]; then + # PowerPC + echo "::: Detected PowerPC architecture" + binary="pihole-FTL-powerpc-linux-gnu" elif [[ $machine == x86_64 ]]; then # 64bit echo "::: Detected x86_64 architecture"