Install fail on FTL

I'm trying to set up a Pi-hole server and I am getting the following with FTL:

Blockquote
[i] Checking for existing FTL binary...
[i] Downloading and Installing FTL...curl: (6) Could not resolve host: github-production-release-asset-2e65be.s3.amazonaws.com
sha1sum: pihole-FTL-linux-x86_64.sha1: No such file or directory
[✗] Downloading and Installing FTL
Error: Download of https://github.com/pi-hole/FTL/releases/download/v4.3.1/pihole-FTL-linux-x86_64 failed (checksum error)
[✗] FTL Engine not installed

Try changing nameserver into that of Google's 8.8.8.8:

echo 'nameserver 8.8.8.8' | sudo tee /etc/resolv.conf

And try again with added -x argument:

curl -sSL https://install.pi-hole.net | bash -x

The install will configure back nameserver properly.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.