dead link 32bit (i686) architecture

Please follow the below template, it will help us to help you!

If you are Experiencing issues with a Pi-hole install that has non-standard elements (e.g you are using nginx instead of lighttpd, or there is some other aspect of your install that is customised) - please use the Community Help category.

Expected Behaviour:

"curl -sSL https://install.pi-hole.net | bash" should install pihole.

Actual Behaviour:

[βœ“] Detected 32bit (i686) architecture
[i] Downloading and Installing FTL...curl: (22) The requested URL returned error: 404
[βœ—] Downloading and Installing FTL
Error: URL https://github.com/pi-hole/ftl/releases/latest/download/pihole-FTL-linux-386 not found
[βœ—] FTL Engine not installed

The links seems to be https://github.com/pi-hole/ftl/releases/latest/download/pihole-FTL-386
and not https://github.com/pi-hole/ftl/releases/latest/download/pihole-FTL-linux-386
The latter leads to the above-mentioned error or 404 on a web browser

Debug Token:

not yet installed :wink:

OS: Debian GNU/Linux 11 (bullseye)
Kernel: 5.10.0-33-686-pae
Shell: /bin/bash 5.1.4
CPU: Intel Atom N270 (2) @ 1.6GHz [42.0Β°on]

If you don't want to wait for a new script, just do it yourself.
Here is the procedure:

Download the installation script:

wget -O install.sh https://install.pi-hole.net

Edit to enter the correct FTL URL:
Open the file install.sh with an editor like nano:

nano install.sh

Search for the incorrect URL pihole-FTL-linux-386 and replace it with pihole-FTL-386.

Make the script executable:

chmod +x install.sh

Start the installation:

./install.sh

worked like a charme for me

1 Like

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