The issue I am facing:
When trying to install Pi-Hole on a fresh Armbian 20.08.17 I get "Unsupported OS detected".
| __ )| _ () | _ \ _ __ ___
| _ | |) | | | |) | '__/ _ \
| |) | __/| | | /| | | () |
|/|| || || |_| _/
Welcome to Armbian 20.08.17 Bionic with Linux 5.8.16-sunxi
System load: 14% Up time: 8 min
Memory usage: 6% of 996M IP: 192.168.1.9
CPU temp: 43°C Usage of /: 4% of 30G
Last login: Sat Nov 14 07:18:43 2020 from 192.168.1.118
root@bananapipro:~# curl -sSL https://install.pi-hole.net | bash
[✓] Root user check
.;;,.
.ccccc:,.
:cccclll:. ..,,
:ccccclll. ;ooodc
'ccll:;ll .oooodc
.;cll.;;looo:.
.. ','.
.',,,,,,'.
.',,,,,,,,,,.
.',,,,,,,,,,,,....
....''',,,,,,,'.......
......... .... .........
.......... ..........
.......... ..........
......... .... .........
........,,,,,,,'......
....',,,,,,,,,,,,.
.',,,,,,,,,'.
.',,,,,,'.
..'''.
[✓] Update local cache of available packages
[✓] Disk space check
[✓] Checking apt-get for upgraded packages... up to date!
[i] Installer Dependency checks...
[✓] Checking for dhcpcd5
[✓] Checking for git
[✓] Checking for iproute2
[✓] Checking for whiptail
[✓] Checking for dnsutils
[✗] Unsupported OS detected: Armbian 20.08.17 Bionic
Redirecting...
e.g: If you are seeing this message on a fresh install, you can run:
'curl -sSL https://install.pi-hole.net | PIHOLE_SKIP_OS_CHECK=true sudo -E bash'
If you are seeing this message after having run pihole -up:
'PIHOLE_SKIP_OS_CHECK=true sudo -E pihole -r'
(In this case, your previous run of pihole -up will have already updated the local repository)
If that is the case, you can feel free to ask the community on Discourse with the Community Help category:
https://discourse.pi-hole.net/c/bugs-problems-issues/community-help/
root@bananapipro:~#
Details about my system:
LeMaker BananaPi Pro, 1GB RAM, GB NIC, A20 soc.
What I have changed since installing Pi-hole:
n/a; trying to install it for the first time.
Note: I seem to be able to bypass it by using 'curl -sSL https://install.pi-hole.net | PIHOLE_SKIP_OS_CHECK=true sudo -E bash', but it seems unexpected behaviour to me.