Hello everyone.
My question is, how do I install/update Pihole if my CPU doesn't support v5TE?
I've already compiled FTL on my device.
Hello everyone.
My question is, how do I install/update Pihole if my CPU doesn't support v5TE?
I've already compiled FTL on my device.
I am also running on unsupported hardware and keep the device up to date via:
# pihole checkout core master
# pihole checkout web master
# pihole updatechecker
And FTL you need to git pull every now and then; recompile and reinstall
There was a PR initiated a while ago to make this easier for us by @davygravy → Unsupported/binary branch: 1 proposal and 1 question
The PR is here: Allow users to skip binary check and installing FTL in case the use a self-compiled binary by yubiuser · Pull Request #6022 · pi-hole/pi-hole · GitHub but it wasn’t merged yet.
Thanks!