diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 10ad7aff..0878dc30 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -1393,6 +1393,10 @@ FTLdetect() { echo -e "${OVER} ${TICK} 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 -e "${OVER} ${TICK} Detected x86_64 architecture"