Merge pull request #2329 from pi-hole/tweak/remove-ppc

Remove PowerPC from FTL binaries
pull/2331/head
DL6ER 6 years ago committed by GitHub
commit f2b820079a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save